summaryrefslogtreecommitdiffstats
path: root/src/audio_core/sink/sdl2_sink.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-17sdl2_sink: Inline variable init into if conditionlat9nq1-2/+1
2022-10-16sdl2_sink: Distinguish between capture and non-capture device nameslat9nq1-1/+1
2022-10-16sdl2_sink: Check for null string when loading SDL audio deviceslat9nq1-1/+4
2022-10-09Choose the SDL audio backend when Cubeb reports too high of a latencyKelebek11-5/+5
2022-09-13Remove pause callbacks from coretimingKelebek11-22/+5
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek11-323/+27
2022-07-22Project AndioKelebek11-0/+556