dolphin-emulator/Source/Core/AudioCommon/Src
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
..
aldlist.cpp
aldlist.h
AlsaSoundStream.cpp added new license header to missed audio source files 2013-06-22 23:20:48 -04:00
AlsaSoundStream.h added new license header to missed audio source files 2013-06-22 23:20:48 -04:00
AOSoundStream.cpp
AOSoundStream.h
AudioCommon.cpp
AudioCommon.h
CoreAudioSoundStream.cpp added new license header to missed audio source files 2013-06-22 23:20:48 -04:00
CoreAudioSoundStream.h added new license header to missed audio source files 2013-06-22 23:20:48 -04:00
DPL2Decoder.cpp
DPL2Decoder.h
DSoundStream.cpp DSBCAPS_GLOBALFOCUS allows sound to still play when the application is in the background. Other backends do this, so why not let dsound do it too. 2013-06-22 23:23:53 -04:00
DSoundStream.h
Mixer.cpp fix AudioCommon::Mixer Buffer indices 2013-07-11 21:22:38 +02:00
Mixer.h fix AudioCommon::Mixer Buffer indices 2013-07-11 21:22:38 +02:00
NullSoundStream.cpp
NullSoundStream.h
OpenALStream.cpp Merge in JP's change to fix audio stuttering with OpenAL. 2013-06-23 02:46:45 -05:00
OpenALStream.h Clarifying the OpenAL loop 2013-06-13 18:04:02 +02:00
OpenSLESStream.cpp Fix most ARM warnings 2013-07-05 19:56:15 -05:00
OpenSLESStream.h added new license header to missed audio source files 2013-06-22 23:20:48 -04:00
PulseAudioStream.cpp added new license header to missed audio source files 2013-06-22 23:20:48 -04:00
PulseAudioStream.h added new license header to missed audio source files 2013-06-22 23:20:48 -04:00
SoundStream.h
WaveFile.cpp fixed uninitialzed audio_size variable in WaveFileWriter 2013-06-22 23:24:05 -04:00
WaveFile.h
XAudio2Stream.cpp
XAudio2Stream.h