dolphin/Source/Core/AudioCommon
2025-05-30 21:48:38 +02:00
..
AlsaSoundStream.cpp AudioCommon: unlock mutex explicitly to avoid -Wunused-result warning 2024-06-20 02:25:15 +01:00
AlsaSoundStream.h
AudioCommon.cpp AudioCommon: Remove unused qualifiers and make variables constant 2025-05-30 21:48:38 +02:00
AudioCommon.h
CMakeLists.txt AudioCommon: Added Granular Synthesis 2025-03-14 01:22:35 -05:00
CubebStream.cpp AudioCommon: Remove unused qualifiers and make variables constant 2025-05-30 21:48:38 +02:00
CubebStream.h Core and AudioCommon: Use AsyncWorkThread. 2025-05-01 22:55:23 -05:00
CubebUtils.cpp AudioCommon/CubebUtils: Fix logged file name. 2025-05-02 02:54:15 -05:00
CubebUtils.h AudioCommon/CubebUtils: Fix logged file name. 2025-05-02 02:54:15 -05:00
Enums.h AudioPanel: Refactor to use Config system. Some options were changed to a different format, for easier compatibility. 2025-03-26 12:26:01 -07:00
Mixer.cpp AudioCommon: Remove unused qualifiers and make variables constant 2025-05-30 21:48:38 +02:00
Mixer.h Improve Performance of Granular Buffering + User Adjustable Buffer Size 2025-04-01 18:17:21 -04:00
NullSoundStream.cpp
NullSoundStream.h
OpenALStream.cpp AudioCommon: Remove unused qualifiers and make variables constant 2025-05-30 21:48:38 +02:00
OpenALStream.h
OpenSLESStream.cpp Android: Implement OpenSLESStream::SetRunning 2024-06-04 19:32:04 +02:00
OpenSLESStream.h Android: Implement OpenSLESStream::SetRunning 2024-06-04 19:32:04 +02:00
PulseAudioStream.cpp
PulseAudioStream.h
SoundStream.h
SurroundDecoder.cpp AudioCommon: Remove unused qualifiers and make variables constant 2025-05-30 21:48:38 +02:00
SurroundDecoder.h
WASAPIStream.cpp AudioCommon: Remove unused qualifiers and make variables constant 2025-05-30 21:48:38 +02:00
WASAPIStream.h
WaveFile.cpp Adjust order and spacing of various #includes 2024-07-26 14:28:34 -07:00
WaveFile.h