1
0
Fork 0
forked from suyu/suyu
suyu/src/audio_core
bunnei 926dd41587
Merge pull request #1163 from FearlessTobi/add-audio-stretching
audio_core: Add audio stretching support
2018-09-12 18:23:54 -04:00
..
algorithm audio_core/filter: Add explicit cast to assignment in Process() 2018-08-21 12:32:37 -04:00
audio_out.cpp audio_core: Use s16 where possible for audio samples. 2018-08-04 18:22:58 -04:00
audio_out.h audio_core: Use s16 where possible for audio samples. 2018-08-04 18:22:58 -04:00
audio_renderer.cpp audio_renderer: Rename AudioOut instance to audio_out 2018-09-08 16:50:12 +01:00
audio_renderer.h audio_renderer: Rename AudioOut instance to audio_out 2018-09-08 16:50:12 +01:00
buffer.h audio_core: Use s16 where possible for audio samples. 2018-08-04 18:22:58 -04:00
CMakeLists.txt audio_core: Add audio stretcher 2018-09-08 18:56:38 +01:00
codec.cpp audio_core: Port codec code from Citra for ADPCM decoding. 2018-08-04 18:22:58 -04:00
codec.h audio_core: Port codec code from Citra for ADPCM decoding. 2018-08-04 18:22:58 -04:00
cubeb_sink.cpp audio_core: Flush stream when not playing anything 2018-09-12 18:09:14 +01:00
cubeb_sink.h audio_core: Sinks need unique names as well. 2018-08-04 14:34:12 -04:00
null_sink.h audio_core: Flush stream when not playing anything 2018-09-12 18:09:14 +01:00
sink.h audio_core: Sinks need unique names as well. 2018-08-04 14:34:12 -04:00
sink_details.cpp audio_core: Implement Sink and SinkStream interfaces with cubeb. 2018-07-30 21:45:24 -04:00
sink_details.h sink_details: Deduplicate long std::function repetition 2018-08-01 23:56:02 -04:00
sink_stream.h audio_core: Flush stream when not playing anything 2018-09-12 18:09:14 +01:00
stream.cpp audio_core: Flush stream when not playing anything 2018-09-12 18:09:14 +01:00
stream.h audio_core: Use s16 where possible for audio samples. 2018-08-04 18:22:58 -04:00
time_stretch.cpp audio_core: Flush stream when not playing anything 2018-09-12 18:09:14 +01:00
time_stretch.h audio_core: Flush stream when not playing anything 2018-09-12 18:09:14 +01:00