index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
audio_core
/
sink
/
sink_details.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-17
android: add oboe audio sink
Liam
1
-0
/
+13
2023-08-27
audio: allow more latency in cubeb initialization
Liam
1
-2
/
+2
2023-08-23
Pre-test opening a stream for audio backends, fall back to null if not suitable.
Kelebek1
1
-21
/
+28
2023-07-21
settings,general: Rename non-confirming enums
lat9nq
1
-2
/
+3
2023-07-21
configure_audio: Implement ui generation
lat9nq
1
-16
/
+17
2022-10-14
audio_core: Revert sink name to sdl2
Narr the Reg
1
-2
/
+2
2022-10-09
Choose the SDL audio backend when Cubeb reports too high of a latency
Kelebek1
1
-22
/
+44
2022-09-02
Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.
Kelebek1
1
-3
/
+3
2022-07-22
Project Andio
Kelebek1
1
-13
/
+14
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2021-06-06
Add SDL2 audio backend
Clément Gallet
1
-0
/
+10
2018-12-13
audio_core: Make g_sink_details internally linked
Lioncash
1
-8
/
+45
2018-09-12
audio_core/sink_details: Change std::string parameter into std::string_view
Lioncash
1
-1
/
+1
2018-07-31
audio_core: Implement Sink and SinkStream interfaces with cubeb.
bunnei
1
-0
/
+6
2018-07-31
audio_core: Add interfaces for Sink and SinkStream.
bunnei
1
-0
/
+38
2018-01-13
Massive removal of unused modules
James Rowe
1
-42
/
+0
2017-01-26
SDL: Select audio device (#2403)
Kloen Lansfiel
1
-0
/
+19
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-3
/
+1
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-2
/
+2
2016-05-07
AudioCore: SDL2 Sink
MerryMage
1
-0
/
+7
2016-04-30
Audio: Add sink selection to configuration files
MerryMage
1
-0
/
+1
2016-04-30
AudioCore: List of sink types
MerryMage
1
-0
/
+17