citra/src/audio_core
FearlessTobi 51d348b087 General: Make use of std::nullopt where applicable
Allows some implementations to avoid completely zeroing out the internal
buffer of the optional, and instead only set the validity byte within
the structure.

This also makes it consistent how we return empty optionals.

Co-Authored-By: LC <712067+lioncash@users.noreply.github.com>
2020-10-03 17:25:54 +02:00
..
hle General: Make use of std::nullopt where applicable 2020-10-03 17:25:54 +02:00
lle Update teakra, adjust TeakraSlice for new audio frame period 2020-06-07 20:06:22 -04:00
audio_types.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
CMakeLists.txt Attempt to fix the linux builds 2020-03-28 21:40:18 +00: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 clang-format, and avoid another potential leak 2020-05-21 21:05:03 -04:00
cubeb_input.h service/mic: actually use the specified device 2019-11-11 17:15:10 -05:00
cubeb_sink.cpp cubeb_sink.cpp: Change one log from INFO to DEBUG level. 2020-08-20 20:22:50 +02:00
cubeb_sink.h audio_core: Make g_sink_details internally linked 2018-12-16 02:44:04 +01:00
dsp_interface.cpp Minor cleanup 2020-03-28 09:59:45 +00:00
dsp_interface.h Merge branch 'master' into feature/savestates-2 2020-04-12 11:24:06 +01: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 audio_core: Make g_sink_details internally linked 2018-12-16 02:44:04 +01:00
sdl2_sink.cpp audio_core: Simplify sink interface 2018-09-08 22:09:26 +01:00
sdl2_sink.h audio_core: Simplify sink interface 2018-09-08 22:09:26 +01:00
sink.h audio_core: Simplify sink interface 2018-09-08 22:09:26 +01:00
sink_details.cpp audio_core: Make g_sink_details internally linked 2018-12-16 02:44:04 +01:00
sink_details.h audio_core: Make g_sink_details internally linked 2018-12-16 02:44:04 +01:00
time_stretch.cpp audio_core: remove unnecessary spaces on comments 2019-01-19 21:28:52 +01:00
time_stretch.h time_stretch: Simplify audio stretcher 2018-09-08 22:09:26 +01:00