dolphin-emulator/Source/Core/AudioCommon
2025-04-23 21:29:47 -04:00
..
AlsaSoundStream.cpp Split SetRunning into Start and Stop 2024-12-22 13:40:27 +01:00
AlsaSoundStream.h Split SetRunning into Start and Stop 2024-12-22 13:40:27 +01:00
AudioCommon.cpp Merge 4de290dc6f into 879a8889aa 2025-04-23 21:29:47 -04:00
AudioCommon.h Split SetSoundStreamRunning into StartSoundStream and StopSoundStream 2024-12-22 12:28:21 +01:00
CMakeLists.txt AudioCommon: Added Granular Synthesis 2025-03-14 01:22:35 -05:00
CubebStream.cpp Split SetRunning into Start and Stop 2024-12-22 13:40:27 +01:00
CubebStream.h Merge 4de290dc6f into 879a8889aa 2025-04-23 21:29:47 -04:00
CubebUtils.cpp Cubeb: check correct log level 2024-03-17 01:33:42 +00: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 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 Mixer: Use Doubles for Sample Rate Conversion. 2025-04-05 13:46:37 -05:00
Mixer.h Improve Performance of Granular Buffering + User Adjustable Buffer Size 2025-04-01 18:17:21 -04:00
NullSoundStream.cpp Split SetRunning into Start and Stop 2024-12-22 13:40:27 +01:00
NullSoundStream.h Split SetRunning into Start and Stop 2024-12-22 13:40:27 +01:00
OpenALStream.cpp Merge 4de290dc6f into 879a8889aa 2025-04-23 21:29:47 -04:00
OpenALStream.h Split SetRunning into Start and Stop 2024-12-22 13:40:27 +01:00
OpenSLESStream.cpp Split SetRunning into Start and Stop 2024-12-22 13:40:27 +01:00
OpenSLESStream.h Split SetRunning into Start and Stop 2024-12-22 13:40:27 +01:00
PulseAudioStream.cpp Port Main.DSP to MainSettings 2021-10-15 23:24:46 -04:00
PulseAudioStream.h Split SetRunning into Start and Stop 2024-12-22 13:40:27 +01:00
SoundStream.h Split SetRunning into Start and Stop 2024-12-22 13:40:27 +01:00
SurroundDecoder.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
SurroundDecoder.h Common: Move FixedSizeQueue into Common namespace 2023-03-22 01:23:15 -04:00
WASAPIStream.cpp Split SetRunning into Start and Stop 2024-12-22 13:40:27 +01:00
WASAPIStream.h Split SetRunning into Start and Stop 2024-12-22 13:40:27 +01:00
WaveFile.cpp Adjust order and spacing of various #includes 2024-07-26 14:28:34 -07:00
WaveFile.h Do not directly store input sample rate, rather just store a divisor for that sample rate, with it using a fixed dividend of 54000000 * 2. 2022-07-03 15:07:06 -07:00