summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_renderer.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-27Decouple audio processing and run at variable rateKelebek11-0/+6
2020-12-29hle: service: Acquire and release a lock on requests.bunnei1-7/+1
2020-12-03audio_core: Make shadowing and unused parameters errorsLioncash1-1/+2
2020-11-28audio_core: Remove temp_mix_bufferChloe Marcec1-1/+0
2020-11-17audren: Make use of nodiscard, rework downmixing, release all buffersChloe Marcec1-13/+7
2020-09-25audio_core: Remove unnecessary inclusionsLioncash1-1/+0
2020-07-25audio_core: Apollo Part 1, AudioRenderer refactorDavid Marcec1-204/+20
2020-06-13audren: Implement RendererInfoDavid Marcec1-3/+10
2020-05-11audio_renderer: Better voice mixing and 6 channel downmixingDavid Marcec1-0/+10
2020-04-21audio_renderer: Preliminary BehaviorInfo (#3736)David1-1/+4
2020-04-17core: memory: Move to Core::Memory namespace.bunnei1-3/+3
2020-03-23audio_core: Accept Audren REV8FearlessTobi1-1/+1
2019-11-27core: Prepare various classes for memory read/write migrationLioncash1-2/+8
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei1-3/+2
2019-09-20Added frame_count for REV7 audio rendererDavid Marcec1-11/+14
2019-07-12Clang formatDavid Marcec1-1/+2
2019-07-12Addressed issuesDavid Marcec1-1/+1
2019-07-12"AudioRenderer" thread should have a unique nameDavid Marcec1-1/+1
2019-02-27audio_core/audio_renderer: Name previously unknown parameters of AudioRendererParameterLioncash1-6/+8
2019-02-16core_timing: Convert core timing into a classLioncash1-1/+5
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-3/+4
2018-11-13audio_core/audio_renderer: Fix typo in AuxInfo member nameLioncash1-1/+1
2018-10-09EffectOutStatus padding is now in hexDavid Marcec1-1/+1
2018-10-07Fixups for softlockDavid Marcec1-1/+1
2018-10-07Fixed smo softlockDavid Marcec1-0/+49
2018-09-24stream: Preserve enum class type in GetState()Lioncash1-1/+1
2018-09-23Added audren:u#GetAudioRendererStateDavid Marcec1-0/+1
2018-09-17audio_renderer: Replace includes with forward declarations where applicableLioncash1-39/+12
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-4/+4
2018-09-08audio_renderer: Rename AudioOut instance to audio_outMerryMage1-1/+1
2018-08-13audio_core: InterpolateMerryMage1-0/+2
2018-08-12Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCountDavid Marcec1-1/+4
2018-08-05audio_core: Implement audren_u audio playback.bunnei1-0/+206