Citron-emu/src/audio_core
fearlessTobi 7185d90a53 dsp_interface: fix sound being played while volume is 0
According to documentation, if the argument of std::exp is zero, one is returned.
However we want the return value to be also zero in this case so no audio is played.
2019-01-26 22:42:09 +01:00
..
algorithm
audio_out.cpp audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSG 2018-12-28 14:13:58 -05:00
audio_out.h
audio_renderer.cpp audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSG 2018-12-28 14:13:58 -05:00
audio_renderer.h
buffer.h
CMakeLists.txt
codec.cpp
codec.h
cubeb_sink.cpp audio_core: Make g_sink_details internally linked 2018-12-13 16:44:32 -05:00
cubeb_sink.h audio_core: Make g_sink_details internally linked 2018-12-13 16:44:32 -05:00
null_sink.h audio_core: Make g_sink_details internally linked 2018-12-13 16:44:32 -05:00
sink.h
sink_details.cpp audio_core: Make g_sink_details internally linked 2018-12-13 16:44:32 -05:00
sink_details.h audio_core: Make g_sink_details internally linked 2018-12-13 16:44:32 -05:00
sink_stream.h
stream.cpp dsp_interface: fix sound being played while volume is 0 2019-01-26 22:42:09 +01:00
stream.h
time_stretch.cpp audio_core: remove unnecessary spaces on comments 2019-01-14 00:22:05 -02:00
time_stretch.h