index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio_core
/
sink
/
cubeb_sink.cpp
Age
Commit message (
Collapse
)
Author
2024-02-19
scope_exit: Make constexpr
FearlessTobi
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
2023-12-16
Have GetActiveChannelCount return the system channels instead of host device ↵
Kelebek1
channels
2023-11-12
audio_core: ignore renderer wait when stream is paused
Liam
2023-08-27
audio: allow more latency in cubeb initialization
Liam
2023-08-23
Pre-test opening a stream for audio backends, fall back to null if not suitable.
Kelebek1
2023-03-27
audio_core: No longer stall when sink queue is full
Billy Laws
Now the audout and audren update rates are tied to the sink status stalling is no longer necessary.
2023-02-09
audio: cubeb: Fix yuzu crashing when it test for latency
Narr the Reg
2022-10-09
Choose the SDL audio backend when Cubeb reports too high of a latency
Kelebek1
2022-09-13
Remove pause callbacks from coretiming
Kelebek1
2022-09-02
Rework audio output, connecting AudioOut into coretiming to fix desync ↵
Kelebek1
during heavy loads.
2022-08-12
Do some log memes to help perceived volume
Kelebek1
2022-07-22
Project Andio
Kelebek1