citra/src/audio_core
James Rowe f4d0bdd09a Destroy the callback after the stream is destroyed
Prevents a crash on close if the callback was running on a different
thread.
2019-04-05 14:16:55 -06:00
..
hle Merge pull request #4655 from tgsm/gcc-version 2019-02-22 16:21:21 -05:00
lle
audio_types.h
CMakeLists.txt Add ifdef around cubeb for android. Address a few review comments 2019-03-06 20:03:22 -07:00
codec.cpp audio_core/codec: Resolve truncation warnings within DecodeADPCM 2019-03-02 14:06:30 +01:00
codec.h audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
cubeb_input.cpp Change resampling s16 -> u8 to respect aliasing rules 2019-03-20 09:31:03 -06:00
cubeb_input.h Address review comments 2019-03-06 11:16:43 -07:00
cubeb_sink.cpp Destroy the callback after the stream is destroyed 2019-04-05 14:16:55 -06:00
cubeb_sink.h
dsp_interface.cpp
dsp_interface.h audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
interpolate.cpp audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
interpolate.h audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
null_sink.h
sdl2_sink.cpp
sdl2_sink.h
sink_details.cpp
sink_details.h
sink.h
time_stretch.cpp
time_stretch.h