You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/audio_core
Lioncash b05bfc6036 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
With all of the trivial parts of the memory interface moved over, we can
get right into moving over the bits that are used.

Note that this does require the use of GetInstance from the global
system instance to be used within hle_ipc.cpp and the gdbstub. This is
fine for the time being, as they both already rely on the global system
instance in other functions. These will be removed in a change directed
at both of these respectively.

For now, it's sufficient, as it still accomplishes the goal of
de-globalizing the memory code.
5 years ago
..
algorithm Avoid (expensive) audio interpolation when sample rates already match 6 years ago
CMakeLists.txt audio_core: Add audio stretcher 7 years ago
audio_out.cpp core_timing: Convert core timing into a class 6 years ago
audio_out.h core_timing: Convert core timing into a class 6 years ago
audio_renderer.cpp core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 5 years ago
audio_renderer.h core: Prepare various classes for memory read/write migration 5 years ago
buffer.h audio_core/buffer: Make const and non-const getter for samples consistent 6 years ago
codec.cpp audio_core/codec: Resolve truncation warnings within DecodeADPCM 6 years ago
codec.h Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
cubeb_sink.cpp audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32 6 years ago
cubeb_sink.h audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32 6 years ago
null_sink.h audio_core: Make g_sink_details internally linked 6 years ago
sink.h audio_core: Sinks need unique names as well. 7 years ago
sink_details.cpp audio_core: Make g_sink_details internally linked 6 years ago
sink_details.h audio_core: Make g_sink_details internally linked 6 years ago
sink_stream.h audio_core: Flush stream when not playing anything 7 years ago
stream.cpp core_timing: Use better reference tracking for EventType. (#3159) 5 years ago
stream.h core_timing: Use better reference tracking for EventType. (#3159) 5 years ago
time_stretch.cpp audio_core: remove unnecessary spaces on comments 6 years ago
time_stretch.h time_stretch: Remove unused m_channel_count member variable 7 years ago