summaryrefslogtreecommitdiffstats
path: root/src/audio_core/sink/sink_stream.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-30sink_stream: Resolve heap buffer corruption due to out of bounds writeMorph1-3/+0
2023-06-22Remove memory allocations in some hot pathsKelebek11-1/+4
2023-06-04audio_renderer: resolve adsp thread deadlock shutdownLiam1-2/+3
2023-04-08Use GetGlobalTimeNs as opposed to clock ticksBilly Laws1-1/+1
2023-03-27audio_core: No longer stall when sink queue is fullBilly Laws1-15/+1
2023-03-27Run clang-formatBilly Laws1-1/+0
2023-03-27audio: Wait for samples on the emulated DSP side to avoid desyncsBilly Laws1-0/+9
2023-03-26audio: Interpolate system manager sample count using host sink sample infoBilly Laws1-0/+17
2022-11-30audio_core: sink_stream: Hold the suspend lock when process is stalled.bunnei1-2/+3
2022-09-16sink_stream: Mark GetQueueSize as constLioncash1-1/+1
2022-09-15audio_core: Amend documentation tagsLioncash1-1/+1
2022-09-13Remove pause callbacks from coretimingKelebek11-2/+0
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek11-72/+99
2022-07-22Project AndioKelebek11-0/+224