aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/audio_renderer.cpp
AgeCommit message (Expand)Author
2019-02-15core_timing: Convert core timing into a classLioncash
2018-12-28audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEM...Lioncash
2018-12-06Avoid (expensive) audio interpolation when sample rates already matchheapo
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-10-07Fixups for softlockDavid Marcec
2018-10-07Fixed missing returnDavid Marcec
2018-10-07Fixed smo softlockDavid Marcec
2018-09-23stream: Preserve enum class type in GetState()Lioncash
2018-09-23Added audren:u#GetAudioRendererStateDavid Marcec
2018-09-17audio_renderer: Replace includes with forward declarations where applicableLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-08audio_renderer: Rename AudioOut instance to audio_outMerryMage
2018-08-13audio_renderer: samples_remaining counts frames, not samplesMerryMage
2018-08-13audio_core: InterpolateMerryMage
2018-08-12Pushed the requested sample rate instead of our fixed sample rateDavid Marcec
2018-08-12Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRende...David Marcec
2018-08-04audio_core: Implement audren_u audio playback.bunnei