dolphin-emulator/Source/Core/AudioCommon
2022-11-27 03:58:50 +01:00
..
AlsaSoundStream.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
AlsaSoundStream.h
AudioCommon.cpp AudioCommon: Pass Core::System to AudioCommon functions. 2022-11-06 02:13:58 +01:00
AudioCommon.h AudioCommon: Pass Core::System to AudioCommon functions. 2022-11-06 02:13:58 +01:00
AudioStretcher.cpp
AudioStretcher.h
CMakeLists.txt
CubebStream.cpp Correctly call CoUninitialize() on Cubeb helper class destruction. 2022-11-27 03:58:50 +01:00
CubebStream.h Correctly call CoUninitialize() on Cubeb helper class destruction. 2022-11-27 03:58:50 +01:00
CubebUtils.cpp Core: Use extra thread for Cubeb on Windows to not disturb the CoInitialize state of whatever thread happens to call a Cubeb function. 2022-11-26 05:05:57 +01:00
CubebUtils.h Core: Use extra thread for Cubeb on Windows to not disturb the CoInitialize state of whatever thread happens to call a Cubeb function. 2022-11-26 05:05:57 +01:00
Enums.h
Mixer.cpp Mixer: Add assertions regarding num_samples versus buffer length 2022-09-08 12:10:10 -07:00
Mixer.h
NullSoundStream.cpp
NullSoundStream.h AudioCommon: rename isValid() to IsValid() 2021-08-08 03:05:03 +01:00
OpenALStream.cpp
OpenALStream.h
OpenSLESStream.cpp
OpenSLESStream.h
PulseAudioStream.cpp
PulseAudioStream.h
SoundStream.h AudioCommon: rename isValid() to IsValid() 2021-08-08 03:05:03 +01:00
SurroundDecoder.cpp
SurroundDecoder.h
WASAPIStream.cpp
WASAPIStream.h AudioCommon: rename isValid() to IsValid() 2021-08-08 03:05:03 +01:00
WaveFile.cpp WaveFile: Fix size check 2022-10-22 11:44:38 -07:00
WaveFile.h