You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lioncash
ff45c39578
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.
6 years ago
..
algorithm
audio_core: Apollo Part 1, AudioRenderer refactor
6 years ago
CMakeLists.txt
audio_core: Apollo Part 1, AudioRenderer refactor
6 years ago
audio_out.cpp
core_timing: Convert core timing into a class
7 years ago
audio_out.h
core_timing: Convert core timing into a class
7 years ago
audio_renderer.cpp
Preliminary effects
6 years ago
audio_renderer.h
audio_core: Apollo Part 1, AudioRenderer refactor
6 years ago
behavior_info.cpp
Address issues
6 years ago
behavior_info.h
audio_core: Apollo Part 1, AudioRenderer refactor
6 years ago
buffer.h
audio_core/buffer: Make const and non-const getter for samples consistent
7 years ago
codec.cpp
audio_core/codec: Resolve truncation warnings within DecodeADPCM
7 years ago
codec.h
Port #4182 from Citra: "Prefix all size_t with std::"
8 years ago
command_generator.cpp
audio_core/command_generator: Use const references where applicable
6 years ago
command_generator.h
Preliminary effects
6 years ago
common.h
Preliminary effects
6 years ago
cubeb_sink.cpp
Merge pull request #4310 from ogniK5377/apollo-1-prod
6 years ago
cubeb_sink.h
audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32
7 years ago
effect_context.cpp
Preliminary effects
6 years ago
effect_context.h
Preliminary effects
6 years ago
info_updater.cpp
Preliminary effects
6 years ago
info_updater.h
Preliminary effects
6 years ago
memory_pool.cpp
audio_core: Apollo Part 1, AudioRenderer refactor
6 years ago
memory_pool.h
audio_core: Apollo Part 1, AudioRenderer refactor
6 years ago
mix_context.cpp
Preliminary effects
6 years ago
mix_context.h
Preliminary effects
6 years ago
null_sink.h
audio_core: Make g_sink_details internally linked
8 years ago
sink.h
audio_core: Sinks need unique names as well.
8 years ago
sink_context.cpp
audio_core: Apollo Part 1, AudioRenderer refactor
6 years ago
sink_context.h
audio_core: Apollo Part 1, AudioRenderer refactor
6 years ago
sink_details.cpp
audio_core: Make g_sink_details internally linked
8 years ago
sink_details.h
audio_core: Make g_sink_details internally linked
8 years ago
sink_stream.h
audio_core: Flush stream when not playing anything
8 years ago
splitter_context.cpp
Address issues
6 years ago
splitter_context.h
audio_core: Apollo Part 1, AudioRenderer refactor
6 years ago
stream.cpp
Merge pull request #4310 from ogniK5377/apollo-1-prod
6 years ago
stream.h
core_timing: Make TimedCallback take std::chrono::nanoseconds
6 years ago
time_stretch.cpp
audio_core: remove unnecessary spaces on comments
8 years ago
time_stretch.h
time_stretch: Remove unused m_channel_count member variable
8 years ago
voice_context.cpp
Address issues
6 years ago
voice_context.h
Reworked ADPCM decoder to allow better streaming
6 years ago