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
/
audio_renderer.cpp
Age
Commit message (
Expand
)
Author
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2018-12-28
audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEM...
Lioncash
2018-12-06
Avoid (expensive) audio interpolation when sample rates already match
heapo
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-10-07
Fixups for softlock
David Marcec
2018-10-07
Fixed missing return
David Marcec
2018-10-07
Fixed smo softlock
David Marcec
2018-09-23
stream: Preserve enum class type in GetState()
Lioncash
2018-09-23
Added audren:u#GetAudioRendererState
David Marcec
2018-09-17
audio_renderer: Replace includes with forward declarations where applicable
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-08
audio_renderer: Rename AudioOut instance to audio_out
MerryMage
2018-08-13
audio_renderer: samples_remaining counts frames, not samples
MerryMage
2018-08-13
audio_core: Interpolate
MerryMage
2018-08-12
Pushed the requested sample rate instead of our fixed sample rate
David Marcec
2018-08-12
Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRende...
David Marcec
2018-08-04
audio_core: Implement audren_u audio playback.
bunnei