summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/system_manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rework ADSP into a wrapper for appsKelebek12023-09-041-10/+11
|
* Smooth out the DSP callback by adding a 5ms wait time limitKelebek12023-05-181-9/+1
|
* audio: Wait for samples on the emulated DSP side to avoid desyncsBilly Laws2023-03-271-7/+0
| | | | 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.
* general: fix spelling mistakesLiam2023-03-121-3/+3
|
* Remove pause callbacks from coretimingKelebek12022-09-131-9/+0
|
* Project AndioKelebek12022-07-221-0/+113