summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_renderer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-08addressed issueDavid Marcec1-1/+1
2019-07-01audren: Only manage wave buffers with a sizeDavid Marcec1-3/+5
2019-02-16core_timing: Convert core timing into a classLioncash1-3/+4
2018-12-28audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSGLioncash1-4/+2
2018-12-06Avoid (expensive) audio interpolation when sample rates already matchheapo1-2/+5
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-2/+2
2018-10-07Fixups for softlockDavid Marcec1-5/+6
2018-10-07Fixed missing returnDavid Marcec1-1/+1
2018-10-07Fixed smo softlockDavid Marcec1-13/+71
2018-09-24stream: Preserve enum class type in GetState()Lioncash1-1/+1
2018-09-23Added audren:u#GetAudioRendererStateDavid Marcec1-0/+4
2018-09-17audio_renderer: Replace includes with forward declarations where applicableLioncash1-0/+40
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-12/+12
2018-09-08audio_renderer: Rename AudioOut instance to audio_outMerryMage1-6/+6
2018-08-13audio_renderer: samples_remaining counts frames, not samplesMerryMage1-1/+1
2018-08-13audio_core: InterpolateMerryMage1-0/+3
2018-08-12Pushed the requested sample rate instead of our fixed sample rateDavid Marcec1-1/+1
2018-08-12Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCountDavid Marcec1-0/+12
2018-08-05audio_core: Implement audren_u audio playback.bunnei1-0/+234