aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/audio_renderer.h
AgeCommit message (Expand)Author
2019-11-26core: Prepare various classes for memory read/write migrationLioncash
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-09-20Added frame_count for REV7 audio rendererDavid Marcec
2019-07-13Clang formatDavid Marcec
2019-07-13Addressed issuesDavid Marcec
2019-07-13"AudioRenderer" thread should have a unique nameDavid Marcec
2019-02-27audio_core/audio_renderer: Name previously unknown parameters of AudioRendere...Lioncash
2019-02-15core_timing: Convert core timing into a classLioncash
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-11-13audio_core/audio_renderer: Fix typo in AuxInfo member nameLioncash
2018-10-09EffectOutStatus padding is now in hexDavid Marcec
2018-10-07Fixups for softlockDavid 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_core: InterpolateMerryMage
2018-08-12Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRende...David Marcec
2018-08-04audio_core: Implement audren_u audio playback.bunnei