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
..
AOSoundStream.cpp Common: Remove other Common prefixed headers from Common.h 2015-09-26 18:51:58 -04:00
AOSoundStream.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
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
AudioCommon.cpp Fix building with PCH disabled. 2015-09-28 11:51:08 -05:00
AudioCommon.h AudioCommon: Remove lock on Pause state 2015-05-28 19:58:18 +02:00
AudioCommon.vcxproj [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
AudioCommon.vcxproj.filters (Visual Studio) Categorize SoundStream.h with other SoundStream files 2015-04-03 14:37:03 -04:00
CMakeLists.txt CMake: simplify some expressions 2015-01-03 13:17:57 +01:00
CoreAudioSoundStream.cpp Common: Remove other Common prefixed headers from Common.h 2015-09-26 18:51:58 -04:00
CoreAudioSoundStream.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
DPL2Decoder.cpp MathUtil: Convert Clamp into a constexpr function 2015-09-12 01:18:28 -04:00
DPL2Decoder.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
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 Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
PulseAudioStream.cpp Fix building with PCH disabled. 2015-09-28 11:51:08 -05:00
PulseAudioStream.h Remove unnecessary virtual keywords 2015-07-30 10:33:08 -04:00
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
XAudio2Stream.cpp Common: Remove other Common prefixed headers from Common.h 2015-09-26 18:51:58 -04:00
XAudio2Stream.h AudioCommon: Remove unused code from XAudio streams 2015-08-09 21:37:34 -04:00
XAudio2_7Stream.cpp Common: Remove other Common prefixed headers from Common.h 2015-09-26 18:51:58 -04:00
XAudio2_7Stream.h AudioCommon: Remove unused code from XAudio streams 2015-08-09 21:37:34 -04:00
aldlist.cpp Fix building with PCH disabled. 2015-09-28 11:51:08 -05:00
aldlist.h Add missing license headers 2015-05-25 13:11:47 +02:00