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 2458

Summary: When switching window will lose sound.
Product: SDL_mixer Reporter: JiaShenghua <xiajia_1981>
Component: miscAssignee: Ryan C. Gordon <icculus>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 Keywords: target-1.2.14
Version: 1.2.12   
Hardware: x86   
OS: Windows 7   
URL: NULL

Description JiaShenghua 2014-03-20 00:39:21 UTC
Compile SDL_mixer-1.2.12 under VS2010 as static lib(dll does not have this problem).
Then play the sound through SDL_mixer and link this lib in the project.
If two programs(or more) are playing the sound in this way.
When these two programs to switch windows,the window loses focus will lose sound.
Comment 1 JiaShenghua 2014-03-20 00:48:56 UTC
SDL_mixer-1.2.10 also has the same problem.