aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/renderer/system_manager.h
AgeCommit message (Collapse)Author
2023-09-04Rework ADSP into a wrapper for appsKelebek1
2023-05-18Smooth out the DSP callback by adding a 5ms wait time limitKelebek1
2023-03-27audio: Wait for samples on the emulated DSP side to avoid desyncsBilly Laws
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-12general: fix spelling mistakesLiam
2022-09-13Remove pause callbacks from coretimingKelebek1
2022-07-22Project AndioKelebek1