dolphin/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
..
AOSoundStream.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
AOSoundStream.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
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
AudioCommon.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
AudioCommon.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
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 New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
DPL2Decoder.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
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 New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
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 New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
NullSoundStream.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
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 New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
WaveFile.cpp fixed uninitialzed audio_size variable in WaveFileWriter 2013-06-22 23:24:05 -04:00
WaveFile.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
XAudio2Stream.cpp Fix a bunch of random typos in comments and logging. 2013-04-19 09:21:45 -04:00
XAudio2Stream.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
aldlist.cpp Fully fix that clear bug in aldlist.cpp. Seems I missed part. Corrected it. 2013-01-18 23:42:37 -05:00
aldlist.h add *.user, Win32, and x64 build dir to ignore list for DebuggerUICommon and Unit Tests 2009-07-06 02:10:26 +00:00