summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_renderer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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