summaryrefslogtreecommitdiffstats
path: root/src/audio_core/stream.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* stream: Preserve enum class type in GetState()Lioncash2018-09-241-2/+2
| | | | | | Preserves the meaning/type-safetiness of the stream state instead of making it an opaque u32. This makes it usable for other things outside of the service HLE context.
* Added audren:u#GetAudioRendererStateDavid Marcec2018-09-231-0/+5
|
* stream: Replace includes with forward declarations where applicableLioncash2018-09-171-0/+1
| | | | | Avoids propagating includes in headers where it's not necessary to do so.
* 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
| | | | | | Blame the subsystems which deserve the blame :) The updated list is not complete, just the ones I've spotted on random sampling the stack trace.
* 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