summaryrefslogtreecommitdiff
path: root/src/audio_core/stream.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* microprofile: Drop ReleaseActiveBuffer scope.Gravatar Markus Wick2018-11-061-4/+0
* stream: Preserve enum class type in GetState()Gravatar Lioncash2018-09-231-2/+2
* Added audren:u#GetAudioRendererStateGravatar David Marcec2018-09-231-0/+5
* stream: Replace includes with forward declarations where applicableGravatar Lioncash2018-09-171-0/+1
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-4/+4
* audio_core: Flush stream when not playing anythingGravatar MerryMage2018-09-121-0/+2
* Add audio stretching supportGravatar fearlessTobi2018-09-081-0/+1
* Update microprofile scopes.Gravatar Markus Wick2018-09-041-0/+4
* audio_core: Use s16 where possible for audio samples.Gravatar bunnei2018-08-041-14/+5
* audio_core: Streams need unique names for CoreTiming.Gravatar bunnei2018-08-041-3/+4
* audio_core: Add configuration settings.Gravatar bunnei2018-07-311-7/+28
* audio_core: Implement Sink and SinkStream interfaces with cubeb.Gravatar bunnei2018-07-301-0/+11
* audio_core: Misc. improvements to stream/buffer/audio_out.Gravatar bunnei2018-07-301-12/+12
* audio_core: Add initial code for keeping track of audout state.Gravatar bunnei2018-07-271-0/+103