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
/
audio_out.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Make most settings a BasicSetting
lat9nq
2021-06-28
1
-1
/
+2
*
common: Move settings to common from core.
bunnei
2021-04-15
1
-1
/
+1
*
audren: Make use of nodiscard, rework downmixing, release all buffers
Chloe Marcec
2020-11-17
1
-0
/
+4
*
core_timing: Convert core timing into a class
Lioncash
2019-02-16
1
-2
/
+3
*
audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSG
Lioncash
2018-12-28
1
-2
/
+1
*
audio_core: Make g_sink_details internally linked
Lioncash
2018-12-13
1
-2
/
+1
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-1
/
+2
*
audio_core: Use s16 where possible for audio samples.
bunnei
2018-08-05
1
-1
/
+1
*
audio_core: Sinks need unique names as well.
bunnei
2018-08-04
1
-1
/
+1
*
audio_core: Streams need unique names for CoreTiming.
bunnei
2018-08-04
1
-4
/
+4
*
audio_out: Use Buffer::Tag alias in GetTagsAndReleaseBuffers()'s prototype
Lioncash
2018-08-02
1
-1
/
+1
*
audio_core: Add configuration settings.
bunnei
2018-08-01
1
-2
/
+3
*
audio_core: Implement Sink and SinkStream interfaces with cubeb.
bunnei
2018-07-31
1
-3
/
+10
*
audio_core: Misc. improvements to stream/buffer/audio_out.
bunnei
2018-07-31
1
-2
/
+2
*
audio_core: Add initial code for keeping track of audout state.
bunnei
2018-07-28
1
-0
/
+50