summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_renderer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-291-3/+4
* audio_core/audio_renderer: Fix typo in AuxInfo member nameLioncash2018-11-131-1/+1
* EffectOutStatus padding is now in hexDavid Marcec2018-10-091-1/+1
* Fixups for softlockDavid Marcec2018-10-071-1/+1
* Fixed smo softlockDavid Marcec2018-10-071-0/+49
* stream: Preserve enum class type in GetState()Lioncash2018-09-241-1/+1
* Added audren:u#GetAudioRendererStateDavid Marcec2018-09-231-0/+1
* audio_renderer: Replace includes with forward declarations where applicableLioncash2018-09-171-39/+12
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-4/+4
* audio_renderer: Rename AudioOut instance to audio_outMerryMage2018-09-081-1/+1
* audio_core: InterpolateMerryMage2018-08-131-0/+2
* Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCountDavid Marcec2018-08-121-1/+4
* audio_core: Implement audren_u audio playback.bunnei2018-08-051-0/+206