summaryrefslogtreecommitdiffstats
path: root/src/audio_core/sink/cubeb_sink.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-19scope_exit: Make constexprFearlessTobi1-1/+3
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
2023-12-16Have GetActiveChannelCount return the system channels instead of host device channelsKelebek11-1/+2
2023-11-13audio_core: ignore renderer wait when stream is pausedLiam1-1/+1
2023-08-27audio: allow more latency in cubeb initializationLiam1-6/+1
2023-08-23Pre-test opening a stream for audio backends, fall back to null if not suitable.Kelebek11-9/+43
2023-03-27audio_core: No longer stall when sink queue is fullBilly Laws1-4/+0
Now the audout and audren update rates are tied to the sink status stalling is no longer necessary.
2023-02-10audio: cubeb: Fix yuzu crashing when it test for latencyNarr the Reg1-0/+20
2022-10-09Choose the SDL audio backend when Cubeb reports too high of a latencyKelebek11-2/+29
2022-09-13Remove pause callbacks from coretimingKelebek11-27/+7
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek11-327/+22
2022-08-12Do some log memes to help perceived volumeKelebek11-0/+3
2022-07-22Project AndioKelebek11-0/+651