summaryrefslogtreecommitdiff
path: root/src/audio_core/audio_renderer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-22Project AndioGravatar Kelebek11-343/+0
2022-07-10Rework CoreTimingGravatar Kelebek11-3/+7
2022-06-26core: Replace all instances of ResultCode with ResultGravatar german771-4/+4
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2021-07-08audio_core: Preserve front channel volume after 6 to 2 downmixGravatar Kelebek11-19/+11
2021-07-01Fix XC2/VOEZ crashing, add audio looping and a few misc fixesGravatar Kelebek11-67/+63
2021-06-27Decouple audio processing and run at variable rateGravatar Kelebek11-75/+103
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph1-1/+1
2021-04-14common: Move settings to common from core.Gravatar bunnei1-1/+1
2020-12-28hle: service: Acquire and release a lock on requests.Gravatar bunnei1-8/+5
2020-12-03audio_core: Make shadowing and unused parameters errorsGravatar Lioncash1-3/+3
2020-11-28audio_core: Remove temp_mix_bufferGravatar Chloe Marcec1-2/+1
2020-11-17Addressed changesGravatar Chloe Marcec1-2/+2
2020-11-17audren: Make use of nodiscard, rework downmixing, release all buffersGravatar Chloe Marcec1-25/+85
2020-10-20Revert "core: Fix clang build"Gravatar bunnei1-2/+2
2020-10-17core: Fix clang buildGravatar Lioncash1-2/+2
2020-09-25audio_core: Remove unnecessary inclusionsGravatar Lioncash1-4/+1
2020-08-17Preliminary effectsGravatar David Marcec1-4/+5
2020-07-25Fix stream channel count when outputting to stereoGravatar David Marcec1-1/+1
2020-07-25Queue extra mix bufferGravatar David Marcec1-0/+1
2020-07-25audio_core: Apollo Part 1, AudioRenderer refactorGravatar David Marcec1-372/+169
2020-06-13audren: Implement RendererInfoGravatar David Marcec1-3/+16
2020-05-11fix logic error & scale sample volume based on voice volumeGravatar David Marcec1-7/+9
2020-05-11pass by const ref insteadGravatar David Marcec1-8/+7
2020-05-11audio_renderer: Better voice mixing and 6 channel downmixingGravatar David Marcec1-11/+85
2020-04-20audio_renderer: Preliminary BehaviorInfo (#3736)Gravatar David1-10/+22
2020-04-17core: memory: Move to Core::Memory namespace.Gravatar bunnei1-7/+8
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash1-8/+9
2019-11-26core: Prepare various classes for memory read/write migrationGravatar Lioncash1-11/+13
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...Gravatar bunnei1-1/+1
2019-09-21Used revision 5 instead of 7, marked constexpr as staticGravatar David Marcec1-2/+2
2019-09-20Added frame_count for REV7 audio rendererGravatar David Marcec1-0/+10
2019-07-13Clang formatGravatar David Marcec1-1/+2
2019-07-13Addressed issuesGravatar David Marcec1-1/+1
2019-07-13"AudioRenderer" thread should have a unique nameGravatar David Marcec1-2/+3
2019-07-08addressed issueGravatar David Marcec1-1/+1
2019-07-01audren: Only manage wave buffers with a sizeGravatar David Marcec1-3/+5
2019-02-15core_timing: Convert core timing into a classGravatar Lioncash1-3/+4
2018-12-28audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEM...Gravatar Lioncash1-4/+2
2018-12-06Avoid (expensive) audio interpolation when sample rates already matchGravatar heapo1-2/+5
2018-11-29core: Port all current usages of Event to Readable/WritableEventGravatar Zach Hilman1-2/+2
2018-10-07Fixups for softlockGravatar David Marcec1-5/+6
2018-10-07Fixed missing returnGravatar David Marcec1-1/+1
2018-10-07Fixed smo softlockGravatar David Marcec1-13/+71
2018-09-23stream: Preserve enum class type in GetState()Gravatar Lioncash1-1/+1
2018-09-23Added audren:u#GetAudioRendererStateGravatar David Marcec1-0/+4
2018-09-17audio_renderer: Replace includes with forward declarations where applicableGravatar Lioncash1-0/+40
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi1-12/+12
2018-09-08audio_renderer: Rename AudioOut instance to audio_outGravatar MerryMage1-6/+6
2018-08-13audio_renderer: samples_remaining counts frames, not samplesGravatar MerryMage1-1/+1