dolphin/Source/Core/AudioCommon
sowens99 8ea6bef98f Port Main.DSP to MainSettings
While trying to work on adding audiodump support for CLI, I was alerted that it was important to first try moving the DSP configs to the new config before continuing, as that makes it substantially easier to write clean code to add such a feature.

This commit aims to allow for Dolphin to only rely on the new config for DSP-related settings.
2021-10-15 23:24:46 -04:00
..
AlsaSoundStream.cpp AudioCommon: get rid of Update(), it never does anything 2021-08-08 00:14:49 +01:00
AlsaSoundStream.h AudioCommon: rename isValid() to IsValid() 2021-08-08 03:05:03 +01:00
AudioCommon.cpp Port Main.DSP to MainSettings 2021-10-15 23:24:46 -04:00
AudioCommon.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
AudioStretcher.cpp Port Main.DSP to MainSettings 2021-10-15 23:24:46 -04:00
AudioStretcher.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CMakeLists.txt Merge pull request #9071 from orbea/cmake 2020-10-26 18:48:42 +01:00
CubebStream.cpp Port Main.DSP to MainSettings 2021-10-15 23:24:46 -04:00
CubebStream.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CubebUtils.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CubebUtils.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Enums.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Mixer.cpp Port Main.DSP to MainSettings 2021-10-15 23:24:46 -04:00
Mixer.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07: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 Port Main.DSP to MainSettings 2021-10-15 23:24:46 -04:00
OpenALStream.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
OpenSLESStream.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
OpenSLESStream.h AudioCommon: rename isValid() to IsValid() 2021-08-08 03:05:03 +01: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: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
SurroundDecoder.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WASAPIStream.cpp Port Main.DSP to MainSettings 2021-10-15 23:24:46 -04:00
WASAPIStream.h AudioCommon: rename isValid() to IsValid() 2021-08-08 03:05:03 +01:00
WaveFile.cpp Port Main.DSP to MainSettings 2021-10-15 23:24:46 -04:00
WaveFile.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00