aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/audio_out.cpp
AgeCommit message (Expand)Author
2022-07-22Project AndioKelebek1
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-06-28general: Make most settings a BasicSettinglat9nq
2021-04-14common: Move settings to common from core.bunnei
2020-11-17audren: Make use of nodiscard, rework downmixing, release all buffersChloe Marcec
2019-02-15core_timing: Convert core timing into a classLioncash
2018-12-28audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEM...Lioncash
2018-12-13audio_core: Make g_sink_details internally linkedLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-04audio_core: Use s16 where possible for audio samples.bunnei
2018-08-04audio_core: Sinks need unique names as well.bunnei
2018-08-04audio_core: Streams need unique names for CoreTiming.bunnei
2018-08-02audio_out: Use Buffer::Tag alias in GetTagsAndReleaseBuffers()'s prototypeLioncash
2018-07-31audio_core: Add configuration settings.bunnei
2018-07-30audio_core: Implement Sink and SinkStream interfaces with cubeb.bunnei
2018-07-30audio_core: Misc. improvements to stream/buffer/audio_out.bunnei
2018-07-27audio_core: Add initial code for keeping track of audout state.bunnei