yuzu/src/audio_core
Billy Laws ea5dd02db9 audio: Wait for samples on the emulated DSP side to avoid desyncs
Waiting on the host side is inaccurate and leads to desyncs in the event of the sink missing a deadline that require stalls to fix. By waiting for the sink to have space before even starting rendering such desyncs can be avoided.
2023-03-27 21:34:28 +01:00
..
common general: fix compile for Apple Clang 2022-11-22 22:22:28 -05:00
device audio: Interpolate system manager sample count using host sink sample info 2023-03-26 22:48:57 +01:00
in hle: rename legacy errors to Results 2023-03-06 20:58:42 -05:00
out hle: rename legacy errors to Results 2023-03-06 20:58:42 -05:00
renderer audio: Wait for samples on the emulated DSP side to avoid desyncs 2023-03-27 21:34:28 +01:00
sink audio: Wait for samples on the emulated DSP side to avoid desyncs 2023-03-27 21:34:28 +01:00
audio_core.cpp audio_manager: Remove dependence on system state 2022-09-21 09:26:42 -04:00
audio_core.h Merge pull request #8878 from Kelebek1/remove_pause 2022-09-15 13:50:13 -07:00
audio_event.cpp general: fix compile for Apple Clang 2022-11-22 22:22:28 -05:00
audio_event.h audio_core: Amend documentation tags 2022-09-15 09:47:23 -04:00
audio_in_manager.cpp hle: rename legacy errors to Results 2023-03-06 20:58:42 -05:00
audio_in_manager.h audio_core: Amend documentation tags 2022-09-15 09:47:23 -04:00
audio_manager.cpp hle: rename legacy errors to Results 2023-03-06 20:58:42 -05:00
audio_manager.h general: fix compile for Apple Clang 2022-11-22 22:22:28 -05:00
audio_out_manager.cpp hle: rename legacy errors to Results 2023-03-06 20:58:42 -05:00
audio_out_manager.h general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
audio_render_manager.cpp hle: rename legacy errors to Results 2023-03-06 20:58:42 -05:00
audio_render_manager.h general: fix compile for Apple Clang 2022-11-22 22:22:28 -05:00
CMakeLists.txt cmake: make cubeb and SDL2 optional 2022-12-28 17:29:32 -05:00
precompiled_headers.h CMake: Consolidate common PCH headers 2022-11-30 18:30:30 -05:00