yuzu/src/audio_core
Lioncash a73c7c73eb audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSG
These two macros being used in tandem were used prior to the
introduction of UNIMPLEMENTED and UNIMPLEMENTED_MSG. This provides
equivalent behavior, just with less typing/reading involved.
2018-12-28 14:13:58 -05:00
..
algorithm Avoid (expensive) audio interpolation when sample rates already match 2018-12-06 09:46:08 -08:00
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 Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
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 core: Port all current usages of Event to Readable/WritableEvent 2018-11-29 08:45:41 -05: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 Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
codec.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
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_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 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
stream.cpp audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSG 2018-12-28 14:13:58 -05:00
stream.h stream: Preserve enum class type in GetState() 2018-09-23 20:03:38 -04:00
time_stretch.cpp time_stretch: Switch to values of Citra 2018-10-29 14:49:36 +01:00
time_stretch.h time_stretch: Remove unused m_channel_count member variable 2018-10-24 00:46:17 -04:00