summaryrefslogtreecommitdiffstats
path: root/src/audio_core/stream.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* stream: Replace includes with forward declarations where applicableLioncash2018-09-171-3/+6
| | | | | 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-2/+2
|
* audio_core: Use s16 where possible for audio samples.bunnei2018-08-051-3/+0
|
* audio_core: Streams need unique names for CoreTiming.bunnei2018-08-041-1/+3
|
* audio_core: Implement Sink and SinkStream interfaces with cubeb.bunnei2018-07-311-2/+5
|
* audio_core: Misc. improvements to stream/buffer/audio_out.bunnei2018-07-311-2/+13
|
* audio_core: Add initial code for keeping track of audout state.bunnei2018-07-281-0/+89