dolphin/Source/Core/AudioCommon
2025-04-05 13:46:37 -05:00
..
AlsaSoundStream.cpp AudioCommon: unlock mutex explicitly to avoid -Wunused-result warning 2024-06-20 02:25:15 +01:00
AlsaSoundStream.h AudioCommon: rename isValid() to IsValid() 2021-08-08 03:05:03 +01:00
AudioCommon.cpp CMakeLists: Add flag to disable Cubeb 2025-01-25 14:06:55 -05:00
AudioCommon.h AudioCommon: Pass Core::System to AudioCommon functions. 2022-11-06 02:13:58 +01:00
CMakeLists.txt AudioCommon: Added Granular Synthesis 2025-03-14 01:22:35 -05:00
CubebStream.cpp WorkQueueThread: provide name and function at same time 2023-02-04 15:56:27 +13:00
CubebStream.h CMakeLists: Add flag to disable Cubeb 2025-01-25 14:06:55 -05: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 AudioCommon: make SoundLoop() non-virtual and private 2021-08-08 00:15:05 +01:00
NullSoundStream.h AudioCommon: rename isValid() to IsValid() 2021-08-08 03:05:03 +01:00
OpenALStream.cpp AudioCommon: Added Granular Synthesis 2025-03-14 01:22:35 -05:00
OpenALStream.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
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 Port Main.DSP to MainSettings 2021-10-15 23:24:46 -04:00
PulseAudioStream.h AudioCommon: rename isValid() to IsValid() 2021-08-08 03:05:03 +01:00
SoundStream.h AudioCommon: rename isValid() to IsValid() 2021-08-08 03:05:03 +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 windows: replace comdef dependency with winrt 2023-01-23 06:09:01 -08:00
WASAPIStream.h AudioCommon: rename isValid() to IsValid() 2021-08-08 03:05:03 +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