dolphin/Source/Core/AudioCommon
David Korth c2dd2e8a2e Use std::istringstream or std::ostringstream instead of std::stringstream where possible.
This removes std::iostream from the inheritance chain, which reduces
overhead slightly.
2019-12-29 23:45:02 -05:00
..
AlsaSoundStream.cpp AlsaSoundStream: Don't call join() on invalid thread 2019-10-10 00:07:27 +10:00
AlsaSoundStream.h
AudioCommon.cpp Allow user to change DPLII decoding quality 2019-10-22 22:55:15 -03:00
AudioCommon.h Allow user to change DPLII decoding quality 2019-10-22 22:55:15 -03:00
AudioCommon.vcxproj Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
AudioCommon.vcxproj.filters Allow user to change DPLII decoding quality 2019-10-22 22:55:15 -03:00
AudioStretcher.cpp
AudioStretcher.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
CMakeLists.txt Allow user to change DPLII decoding quality 2019-10-22 22:55:15 -03:00
CubebStream.cpp Centralize logic to detect when the DPL2 decoder should be used. 2019-11-11 08:03:36 -03:00
CubebStream.h
CubebUtils.cpp Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
CubebUtils.h
Enums.h DSP must be set to LLE to select the decoder 2019-10-22 22:55:59 -03:00
Mixer.cpp DSP must be set to LLE to select the decoder 2019-10-22 22:55:59 -03:00
Mixer.h Allow user to change DPLII decoding quality 2019-10-22 22:55:15 -03:00
NullSoundStream.cpp
NullSoundStream.h
OpenALStream.cpp Centralize logic to detect when the DPL2 decoder should be used. 2019-11-11 08:03:36 -03:00
OpenALStream.h
OpenSLESStream.cpp Android: Add audio volume setting 2019-11-26 21:10:27 +01:00
OpenSLESStream.h Android: Add audio volume setting 2019-11-26 21:10:27 +01:00
PulseAudioStream.cpp Centralize logic to detect when the DPL2 decoder should be used. 2019-11-11 08:03:36 -03:00
PulseAudioStream.h
SoundStream.h
SurroundDecoder.cpp
SurroundDecoder.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
WASAPIStream.cpp Fix implicit false-to-nullptr conversions 2019-08-15 17:49:57 +02:00
WASAPIStream.h
WaveFile.cpp Use std::istringstream or std::ostringstream instead of std::stringstream where possible. 2019-12-29 23:45:02 -05:00
WaveFile.h