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 - When switching window will lose sound.
Summary: When switching window will lose sound.
Status: NEW
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: 1.2.12
Hardware: x86 Windows 7
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL: NULL
Keywords: target-1.2.14
Depends on:
Blocks:
 
Reported: 2014-03-20 00:39 UTC by JiaShenghua
Modified: 2014-03-20 00:49 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 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.