We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 837 - Move 1.2 audio APIs to SDL_compat.
Summary: Move 1.2 audio APIs to SDL_compat.
Status: RESOLVED WONTFIX
Alias: None
Product: SDL
Classification: Unclassified
Component: audio (show other bugs)
Version: HG 2.0
Hardware: x86 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-09 23:52 UTC by Ryan C. Gordon
Modified: 2009-12-14 23:47 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan C. Gordon 2009-10-09 23:52:35 UTC
Some of the 1.2 audio APIs should be moved to SDL_compat.h. Right now they are talked about as first-class citizens of 1.3, and while we do take some measures to make them cleanly coexist, they should probably be marked as deprecated in any case.

--ryan.
Comment 1 Ryan C. Gordon 2009-10-09 23:52:55 UTC
Taking bug, but won't look at until after 1.2.14 ships.

--ryan.
Comment 2 Sam Lantinga 2009-12-14 23:47:22 UTC
We talked about this, and I think we were going to have 2 levels of audio API: simple and multi-device, and we weren't going to deprecate the simple ones.