yuzu/src/audio_core
Lioncash bad035e9a3 audio_core/sink_details: Change std::string parameter into std::string_view
The given string is only ever used for lookup and comparison, so we can
just utilize a non-owning view to string data here
2018-09-11 21:36:12 -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: Interpolate 2018-08-13 11:26:50 +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 cubeb_sink: Protect queue with a mutex 2018-08-12 20:41:46 +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: Use s16 where possible for audio samples. 2018-08-04 18:22:58 -04:00
sink_details.cpp audio_core/sink_details: Change std::string parameter into std::string_view 2018-09-11 21:36:12 -04:00
sink_details.h audio_core/sink_details: Change std::string parameter into std::string_view 2018-09-11 21:36:12 -04:00
sink_stream.h audio_core: Use s16 where possible for audio samples. 2018-08-04 18:22:58 -04:00
sink.h audio_core: Sinks need unique names as well. 2018-08-04 14:34:12 -04:00
stream.cpp Update microprofile scopes. 2018-09-04 11:04:26 +02:00
stream.h audio_core: Use s16 where possible for audio samples. 2018-08-04 18:22:58 -04:00