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

Summary: Move 1.2 audio APIs to SDL_compat.
Product: SDL Reporter: Ryan C. Gordon <icculus>
Component: audioAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED WONTFIX QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: x86   
OS: Linux   

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.