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
/
audio_out.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-28
general: Make most settings a BasicSetting
lat9nq
2021-04-14
common: Move settings to common from core.
bunnei
2020-11-17
audren: Make use of nodiscard, rework downmixing, release all buffers
Chloe Marcec
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2018-12-28
audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEM...
Lioncash
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-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-08-04
audio_core: Streams need unique names for CoreTiming.
bunnei
2018-08-02
audio_out: Use Buffer::Tag alias in GetTagsAndReleaseBuffers()'s prototype
Lioncash
2018-07-31
audio_core: Add configuration settings.
bunnei
2018-07-30
audio_core: Implement Sink and SinkStream interfaces with cubeb.
bunnei
2018-07-30
audio_core: Misc. improvements to stream/buffer/audio_out.
bunnei
2018-07-27
audio_core: Add initial code for keeping track of audout state.
bunnei