summaryrefslogtreecommitdiffstats
path: root/src/audio_core/sink/sink_stream.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio_core: ignore renderer wait when stream is pausedLiam2023-11-131-0/+6
* sink_stream: Resolve heap buffer corruption due to out of bounds writeMorph2023-06-301-3/+0
* Remove memory allocations in some hot pathsKelebek12023-06-221-1/+4
* audio_renderer: resolve adsp thread deadlock shutdownLiam2023-06-041-2/+3
* Use GetGlobalTimeNs as opposed to clock ticksBilly Laws2023-04-081-1/+1
* audio_core: No longer stall when sink queue is fullBilly Laws2023-03-271-15/+1
* 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
* audio: Interpolate system manager sample count using host sink sample infoBilly Laws2023-03-261-0/+17
* audio_core: sink_stream: Hold the suspend lock when process is stalled.bunnei2022-11-301-2/+3
* 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 coretimingKelebek12022-09-131-2/+0
* | audio_core: Amend documentation tagsLioncash2022-09-151-1/+1
|/
* Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek12022-09-021-72/+99
* Project AndioKelebek12022-07-221-0/+224