aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/sink/cubeb_sink.cpp
AgeCommit message (Collapse)Author
2024-02-19scope_exit: Make constexprFearlessTobi
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 ↵Kelebek1
channels
2023-11-12audio_core: ignore renderer wait when stream is pausedLiam
2023-08-27audio: allow more latency in cubeb initializationLiam
2023-08-23Pre-test opening a stream for audio backends, fall back to null if not suitable.Kelebek1
2023-03-27audio_core: No longer stall when sink queue is fullBilly Laws
Now the audout and audren update rates are tied to the sink status stalling is no longer necessary.
2023-02-09audio: cubeb: Fix yuzu crashing when it test for latencyNarr the Reg
2022-10-09Choose the SDL audio backend when Cubeb reports too high of a latencyKelebek1
2022-09-13Remove pause callbacks from coretimingKelebek1
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync ↵Kelebek1
during heavy loads.
2022-08-12Do some log memes to help perceived volumeKelebek1
2022-07-22Project AndioKelebek1