yuzu/src/audio_core/renderer
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
..
adsp audio: Wait for samples on the emulated DSP side to avoid desyncs 2023-03-27 21:34:28 +01:00
behavior general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
command Fix a bug with the Reverb command in reading from the pre_delay line. 2023-03-02 06:00:55 +00:00
effect general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
memory general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
mix general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
nodes node_states: Mark relevant member functions as const 2022-09-16 09:59:56 -04:00
performance general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
sink Project Andio 2022-07-22 01:11:32 +01:00
splitter general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
upsampler audio_core: Amend documentation tags 2022-09-15 09:47:23 -04:00
voice general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
audio_device.cpp audio_device: Mark GetDeviceVolume as const 2022-09-16 09:52:34 -04:00
audio_device.h audio_device: Mark GetDeviceVolume as const 2022-09-16 09:52:34 -04:00
audio_renderer.cpp hle: rename legacy errors to Results 2023-03-06 20:58:42 -05:00
audio_renderer.h Project Andio 2022-07-22 01:11:32 +01:00
system_manager.cpp audio: Wait for samples on the emulated DSP side to avoid desyncs 2023-03-27 21:34:28 +01:00
system_manager.h audio: Wait for samples on the emulated DSP side to avoid desyncs 2023-03-27 21:34:28 +01:00
system.cpp hle: rename legacy errors to Results 2023-03-06 20:58:42 -05:00
system.h general: fix spelling mistakes 2023-03-12 11:33:01 -04:00