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
/
null_sink.h
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2018-12-13
audio_core: Make g_sink_details internally linked
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-12
audio_core: Flush stream when not playing anything
MerryMage
2018-09-08
Add audio stretching support
fearlessTobi
2018-08-04
audio_core: Use s16 where possible for audio samples.
bunnei
2018-08-04
audio_core: Sinks need unique names as well.
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
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-08-31
sink: Change EnqueueSamples to take a pointer to a buffer instead of a std::v...
MerryMage
2016-04-30
AudioCore: Implement NullSink
MerryMage