dolphin/Source/Core/AudioCommon
degasus a1822a3aca fix AudioCommon::Mixer Buffer indices
This fix the 1h32 audio bug which outputs static sound after 1h32.

The mixer is used for 32->48kHz resampling and as output buffer for the async audio backends.
So this buffer was indiced by a writing and a reading pointer and the count of samples in it.
As this is redundant and the sample count isn't accurate calculateable because of the interpolation,
both indices gets out of sync. So after some time (~92min), this buffer overflows and return only garbage.

thx @ moosehunter + delroth for debugging on this issue. You did the most work :-)
2013-07-11 21:22:38 +02:00
..
Src fix AudioCommon::Mixer Buffer indices 2013-07-11 21:22:38 +02:00
AudioCommon.vcxproj Move DSP settings to dolphin.ini 2013-01-16 20:17:44 -05:00
AudioCommon.vcxproj.filters Move DSP settings to dolphin.ini 2013-01-16 20:17:44 -05:00
CMakeLists.txt ARM Support without GLSL 2013-02-26 13:49:00 -06:00