dolphin/Source/Core/AudioCommon
degasus 9a96e3c416 AudioCommon: Remove lock on Pause state
We had to lock audiocommon with the old asynchron HLE audio emulation,
now our Mixer is just a plain FIFO which may underrun.
Of course, this will stutter, but underruning the audio backend is likely worse.
2015-05-28 19:58:18 +02:00
..
aldlist.cpp Add missing license headers 2015-05-25 13:11:47 +02:00
aldlist.h Add missing license headers 2015-05-25 13:11:47 +02:00
AlsaSoundStream.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
AlsaSoundStream.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
AOSoundStream.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
AOSoundStream.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
AudioCommon.cpp AudioCommon: Remove lock on Pause state 2015-05-28 19:58:18 +02:00
AudioCommon.h AudioCommon: Remove lock on Pause state 2015-05-28 19:58:18 +02:00
AudioCommon.vcxproj Proper Audio/Video Dumping 2014-10-09 00:06:04 -04:00
AudioCommon.vcxproj.filters (Visual Studio) Categorize SoundStream.h with other SoundStream files 2015-04-03 14:37:03 -04:00
CMakeLists.txt CMake: simplify some expressions 2015-01-03 13:17:57 +01:00
CoreAudioSoundStream.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
CoreAudioSoundStream.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
DPL2Decoder.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
DPL2Decoder.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Mixer.cpp AudioCommon: Remove lock on Pause state 2015-05-28 19:58:18 +02:00
Mixer.h AudioCommon: Remove lock on Pause state 2015-05-28 19:58:18 +02:00
NullSoundStream.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
NullSoundStream.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
OpenALStream.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
OpenALStream.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
OpenSLESStream.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
OpenSLESStream.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
PulseAudioStream.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
PulseAudioStream.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
SoundStream.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
WaveFile.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
WaveFile.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
XAudio2_7Stream.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
XAudio2_7Stream.h Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
XAudio2Stream.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
XAudio2Stream.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00