summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_renderer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Decouple audio processing and run at variable rateKelebek12021-06-271-0/+6
* hle: service: Acquire and release a lock on requests.bunnei2020-12-291-7/+1
* Merge pull request #5000 from lioncash/audio-errorbunnei2020-12-031-1/+2
|\
| * audio_core: Make shadowing and unused parameters errorsLioncash2020-12-031-1/+2
* | audio_core: Remove temp_mix_bufferChloe Marcec2020-11-281-1/+0
|/
* audren: Make use of nodiscard, rework downmixing, release all buffersChloe Marcec2020-11-171-13/+7
* audio_core: Remove unnecessary inclusionsLioncash2020-09-251-1/+0
* audio_core: Apollo Part 1, AudioRenderer refactorDavid Marcec2020-07-251-204/+20
* audren: Implement RendererInfoDavid Marcec2020-06-131-3/+10
* audio_renderer: Better voice mixing and 6 channel downmixingDavid Marcec2020-05-111-0/+10
* audio_renderer: Preliminary BehaviorInfo (#3736)David2020-04-211-1/+4
* core: memory: Move to Core::Memory namespace.bunnei2020-04-171-3/+3
* audio_core: Accept Audren REV8FearlessTobi2020-03-231-1/+1
* core: Prepare various classes for memory read/write migrationLioncash2019-11-271-2/+8
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-3/+2
* Added frame_count for REV7 audio rendererDavid Marcec2019-09-201-11/+14
* Clang formatDavid Marcec2019-07-121-1/+2
* Addressed issuesDavid Marcec2019-07-121-1/+1
* "AudioRenderer" thread should have a unique nameDavid Marcec2019-07-121-1/+1
* audio_core/audio_renderer: Name previously unknown parameters of AudioRendererParameterLioncash2019-02-271-6/+8
* core_timing: Convert core timing into a classLioncash2019-02-161-1/+5
* 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