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_details.cpp
Age
Commit message (
Expand
)
Author
2022-07-22
Project Andio
Kelebek1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-06-06
Add SDL2 audio backend
Clément Gallet
2018-12-13
audio_core: Make g_sink_details internally linked
Lioncash
2018-09-11
audio_core/sink_details: Change std::string parameter into std::string_view
Lioncash
2018-07-30
audio_core: Implement Sink and SinkStream interfaces with cubeb.
bunnei
2018-07-30
audio_core: Add interfaces for Sink and SinkStream.
bunnei
2018-01-12
Massive removal of unused modules
James Rowe
2017-01-25
SDL: Select audio device (#2403)
Kloen Lansfiel
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-07
AudioCore: SDL2 Sink
MerryMage
2016-04-30
Audio: Add sink selection to configuration files
MerryMage
2016-04-30
AudioCore: List of sink types
MerryMage