summaryrefslogtreecommitdiffstats
path: root/src/audio_core/sink/sink_stream.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_core: No longer stall when sink queue is fullBilly Laws2023-03-271-15/+1
| | | | Now the audout and audren update rates are tied to the sink status stalling is no longer necessary.
* Run clang-formatBilly Laws2023-03-271-1/+0
|
* audio: Wait for samples on the emulated DSP side to avoid desyncsBilly Laws2023-03-271-0/+9
| | | | 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.
* audio: Interpolate system manager sample count using host sink sample infoBilly Laws2023-03-261-0/+17
| | | | This avoids the need to stall if the host sink sporadically misses the deadline, in such a case the previous implementation would report them samples as being played on-time, causing the guest to send more samples and leading to a gradual buildup.
* audio_core: sink_stream: Hold the suspend lock when process is stalled.bunnei2022-11-301-2/+3
| | | | - Prevents us from clashing with other callers trying to un/stall.
* sink_stream: Mark GetQueueSize as constLioncash2022-09-161-1/+1
|
* Merge pull request #8878 from Kelebek1/remove_pausebunnei2022-09-151-2/+0
|\ | | | | Remove pause callbacks from coretiming
| * Remove pause callbacks from coretimingKelebek12022-09-131-2/+0
| |
* | audio_core: Amend documentation tagsLioncash2022-09-151-1/+1
|/ | | | | Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
* Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek12022-09-021-72/+99
|
* Project AndioKelebek12022-07-221-0/+224