summaryrefslogtreecommitdiff
path: root/src/audio_core/audio_out.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Make most settings a BasicSettingGravatar lat9nq2021-06-281-1/+2
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* audren: Make use of nodiscard, rework downmixing, release all buffersGravatar Chloe Marcec2020-11-171-0/+4
* core_timing: Convert core timing into a classGravatar Lioncash2019-02-151-2/+3
* audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEM...Gravatar Lioncash2018-12-281-2/+1
* audio_core: Make g_sink_details internally linkedGravatar Lioncash2018-12-131-2/+1
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-1/+2
* audio_core: Use s16 where possible for audio samples.Gravatar bunnei2018-08-041-1/+1
* audio_core: Sinks need unique names as well.Gravatar bunnei2018-08-041-1/+1
* audio_core: Streams need unique names for CoreTiming.Gravatar bunnei2018-08-041-4/+4
* audio_out: Use Buffer::Tag alias in GetTagsAndReleaseBuffers()'s prototypeGravatar Lioncash2018-08-021-1/+1
* audio_core: Add configuration settings.Gravatar bunnei2018-07-311-2/+3
* audio_core: Implement Sink and SinkStream interfaces with cubeb.Gravatar bunnei2018-07-301-3/+10
* audio_core: Misc. improvements to stream/buffer/audio_out.Gravatar bunnei2018-07-301-2/+2
* audio_core: Add initial code for keeping track of audout state.Gravatar bunnei2018-07-271-0/+50