dolphin/Source/Core/AudioCommon
degasus 3ff4ec275a Throttler: Rename "framelimiter" to "emulation speed".
We don't throttle by frames, we throttle by coretiming speed.
So looking up VI for calculating the speed was just very wrong.
The new ini option is a float, 1.0f for fullspeed.
In the GUI, percentual values are used.
2016-01-05 23:39:05 +01:00
..
aldlist.cpp Fix building with PCH disabled. 2015-09-28 11:51:08 -05:00
aldlist.h
AlsaSoundStream.cpp ALSA: Don't block on Clear() call. 2015-10-03 16:31:55 +13:00
AlsaSoundStream.h ALSA: Don't block on Clear() call. 2015-10-03 16:31:55 +13:00
AOSoundStream.cpp Common: Remove other Common prefixed headers from Common.h 2015-09-26 18:51:58 -04:00
AOSoundStream.h
AudioCommon.cpp Fix building with PCH disabled. 2015-09-28 11:51:08 -05:00
AudioCommon.h
AudioCommon.vcxproj
AudioCommon.vcxproj.filters
CMakeLists.txt
CoreAudioSoundStream.cpp Common: Remove other Common prefixed headers from Common.h 2015-09-26 18:51:58 -04:00
CoreAudioSoundStream.h
DPL2Decoder.cpp MathUtil: Convert Clamp into a constexpr function 2015-09-12 01:18:28 -04:00
DPL2Decoder.h
Mixer.cpp Throttler: Rename "framelimiter" to "emulation speed". 2016-01-05 23:39:05 +01:00
Mixer.h Throttler + Mixer: Configureable variance 2015-11-03 08:22:36 +01:00
NullSoundStream.cpp NullSound: Use std::array for the buffer 2015-12-05 18:13:55 -05:00
NullSoundStream.h NullSound: Use std::array for the buffer 2015-12-05 18:13:55 -05:00
OpenALStream.cpp Updated SoundTouch library to 1.9.2 2015-12-28 23:08:55 +11:00
OpenALStream.h Added X-Fi check and convert surround FLOAT to SHORT when it is detected 2015-09-11 13:22:04 -03:00
OpenSLESStream.cpp [OpenSLES] Fix a delay in audio processing. 2016-01-03 11:33:38 -06:00
OpenSLESStream.h
PulseAudioStream.cpp Fix building with PCH disabled. 2015-09-28 11:51:08 -05:00
PulseAudioStream.h
SoundStream.h Common: Remove other Common prefixed headers from Common.h 2015-09-26 18:51:58 -04:00
WaveFile.cpp WaveFile: Get rid of an explicit delete 2015-12-02 20:05:18 -05:00
WaveFile.h WaveFile: Get rid of an explicit delete 2015-12-02 20:05:18 -05:00
XAudio2_7Stream.cpp Common: Remove other Common prefixed headers from Common.h 2015-09-26 18:51:58 -04:00
XAudio2_7Stream.h
XAudio2Stream.cpp Common: Remove other Common prefixed headers from Common.h 2015-09-26 18:51:58 -04:00
XAudio2Stream.h