Lime-3DS-Emulator/src/audio_core
MerryMage 675ffc1024 dsp_interface: Move volume control to audio thread
We also clamp the linear volume value to [0.0, 1.0].
Do nothing if linear volume is 1.0.
2018-09-08 22:24:51 +01:00
..
hle Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
audio_types.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
CMakeLists.txt externals: Don't build cubeb with tests 2018-05-31 21:01:48 -05:00
codec.cpp Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
codec.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
cubeb_sink.cpp audio_core: Simplify sink interface 2018-09-08 22:09:26 +01:00
cubeb_sink.h audio_core: Simplify sink interface 2018-09-08 22:09:26 +01:00
dsp_interface.cpp dsp_interface: Move volume control to audio thread 2018-09-08 22:24:51 +01:00
dsp_interface.h time_stretch: Simplify audio stretcher 2018-09-08 22:09:26 +01:00
interpolate.cpp Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
interpolate.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
null_sink.h audio_core: Simplify sink interface 2018-09-08 22:09:26 +01:00
sdl2_sink.cpp audio_core: Simplify sink interface 2018-09-08 22:09:26 +01:00
sdl2_sink.h audio_core: Simplify sink interface 2018-09-08 22:09:26 +01:00
sink_details.cpp sink_details: Listing available devices should be separate from sink construction 2018-07-02 14:09:17 +01:00
sink_details.h sink_details: Deduplicate long std::function repetition 2018-08-23 17:03:09 +02:00
sink.h audio_core: Simplify sink interface 2018-09-08 22:09:26 +01:00
time_stretch.cpp time_stretch: Simplify audio stretcher 2018-09-08 22:09:26 +01:00
time_stretch.h time_stretch: Simplify audio stretcher 2018-09-08 22:09:26 +01:00