index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio_core
/
stream.cpp
Age
Commit message (
Collapse
)
Author
2018-09-17
stream: Replace includes with forward declarations where applicable
Lioncash
Avoids propagating includes in headers where it's not necessary to do so.
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-12
audio_core: Flush stream when not playing anything
MerryMage
2018-09-08
Add audio stretching support
fearlessTobi
2018-09-04
Update microprofile scopes.
Markus Wick
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.
2018-08-04
audio_core: Use s16 where possible for audio samples.
bunnei
2018-08-04
audio_core: Streams need unique names for CoreTiming.
bunnei
2018-07-31
audio_core: Add configuration settings.
bunnei
2018-07-30
audio_core: Implement Sink and SinkStream interfaces with cubeb.
bunnei
2018-07-30
audio_core: Misc. improvements to stream/buffer/audio_out.
bunnei
2018-07-27
audio_core: Add initial code for keeping track of audout state.
bunnei