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
/
null_sink.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
audio_core: Make g_sink_details internally linked
Lioncash
2018-12-13
1
-1
/
+1
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-1
/
+1
*
audio_core: Flush stream when not playing anything
MerryMage
2018-09-12
1
-0
/
+2
*
Add audio stretching support
fearlessTobi
2018-09-08
1
-0
/
+4
*
audio_core: Use s16 where possible for audio samples.
bunnei
2018-08-05
1
-2
/
+1
*
audio_core: Sinks need unique names as well.
bunnei
2018-08-04
1
-1
/
+2
*
audio_core: Add interfaces for Sink and SinkStream.
bunnei
2018-07-31
1
-0
/
+27
*
Massive removal of unused modules
James Rowe
2018-01-13
1
-34
/
+0
*
SDL: Select audio device (#2403)
Kloen Lansfiel
2017-01-26
1
-0
/
+6
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-1
/
+0
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-2
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-1
/
+2
*
sink: Change EnqueueSamples to take a pointer to a buffer instead of a std::vector
MerryMage
2016-08-31
1
-1
/
+1
*
AudioCore: Implement NullSink
MerryMage
2016-04-30
1
-0
/
+29