1
0
Fork 0
yuzu-mirror/src/audio_core
2016-08-31 16:56:30 +01:00
..
hle audio_core: Add EnableStretching to interface so that one can toggle stretching on and off 2016-08-31 16:56:30 +01:00
audio_core.cpp audio_core: Add EnableStretching to interface so that one can toggle stretching on and off 2016-08-31 16:56:30 +01:00
audio_core.h audio_core: Add EnableStretching to interface so that one can toggle stretching on and off 2016-08-31 16:56:30 +01:00
CMakeLists.txt DSP/HLE: Implement mixer processing 2016-05-19 07:24:39 +01:00
codec.cpp DSP: Implement audio codecs (PCM8, PCM16, ADPCM) 2016-03-24 03:46:59 +00:00
codec.h DSP: Implement audio codecs (PCM8, PCM16, ADPCM) 2016-03-24 03:46:59 +00:00
interpolate.cpp AudioCore: Implement interpolation 2016-04-29 08:05:41 +01:00
interpolate.h AudioCore: Implement interpolation 2016-04-29 08:05:41 +01:00
null_sink.h sink: Change EnqueueSamples to take a pointer to a buffer instead of a std::vector 2016-08-31 16:55:10 +01:00
sdl2_sink.cpp sink: Change EnqueueSamples to take a pointer to a buffer instead of a std::vector 2016-08-31 16:55:10 +01:00
sdl2_sink.h sink: Change EnqueueSamples to take a pointer to a buffer instead of a std::vector 2016-08-31 16:55:10 +01:00
sink.h sink: Change EnqueueSamples to take a pointer to a buffer instead of a std::vector 2016-08-31 16:55:10 +01:00
sink_details.cpp AudioCore: SDL2 Sink 2016-05-07 11:32:48 +01:00
sink_details.h AudioCore: List of sink types 2016-04-30 07:39:48 +01:00
time_stretch.cpp AudioCore: Implement time stretcher (#1737) 2016-05-14 22:04:03 -04:00
time_stretch.h AudioCore: Implement time stretcher (#1737) 2016-05-14 22:04:03 -04:00