summaryrefslogtreecommitdiffstats
path: root/src/audio_core/sink/sink_stream.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-30audio_core: sink_stream: Hold the suspend lock when process is stalled.bunnei1-5/+6
2022-11-23general: fix compile for Apple ClangLiam1-4/+4
2022-09-22Do not try to pause core timing from the audio thread when using single-coreKelebek11-2/+7
2022-09-13Remove pause callbacks from coretimingKelebek11-0/+16
2022-09-12Remove a pragma once from a cpp fileKelebek11-2/+0
2022-09-04Don't stall with nvdecKelebek11-1/+7
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek11-0/+259