summaryrefslogtreecommitdiffstats
path: root/src/audio_core/stream.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio_core/buffer: Make const and non-const getter for samples consistentLioncash2019-02-161-1/+1
* core_timing: Convert core timing into a classLioncash2019-02-161-6/+5
* core_timing: Rename CoreTiming namespace to Core::TimingLioncash2019-02-121-3/+4
* dsp_interface: fix sound being played while volume is 0fearlessTobi2019-01-261-1/+1
* audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSGLioncash2018-12-281-4/+3
* microprofile: Drop ReleaseActiveBuffer scope.Markus Wick2018-11-061-4/+0
* stream: Preserve enum class type in GetState()Lioncash2018-09-241-2/+2
* Added audren:u#GetAudioRendererStateDavid Marcec2018-09-231-0/+5
* stream: Replace includes with forward declarations where applicableLioncash2018-09-171-0/+1
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-4/+4
* audio_core: Flush stream when not playing anythingMerryMage2018-09-121-0/+2
* Add audio stretching supportfearlessTobi2018-09-081-0/+1
* Update microprofile scopes.Markus Wick2018-09-041-0/+4
* audio_core: Use s16 where possible for audio samples.bunnei2018-08-051-14/+5
* audio_core: Streams need unique names for CoreTiming.bunnei2018-08-041-3/+4
* audio_core: Add configuration settings.bunnei2018-08-011-7/+28
* audio_core: Implement Sink and SinkStream interfaces with cubeb.bunnei2018-07-311-0/+11
* audio_core: Misc. improvements to stream/buffer/audio_out.bunnei2018-07-311-12/+12
* audio_core: Add initial code for keeping track of audout state.bunnei2018-07-281-0/+103