summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_renderer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-07-08audio_core: Preserve front channel volume after 6 to 2 downmixKelebek11-19/+11
2021-07-01Fix XC2/VOEZ crashing, add audio looping and a few misc fixesKelebek11-67/+63
2021-06-27Decouple audio processing and run at variable rateKelebek11-75/+103
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-1/+1
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2020-12-29hle: service: Acquire and release a lock on requests.bunnei1-8/+5
2020-12-03audio_core: Make shadowing and unused parameters errorsLioncash1-3/+3
2020-11-28audio_core: Remove temp_mix_bufferChloe Marcec1-2/+1
2020-11-17Addressed changesChloe Marcec1-2/+2
2020-11-17audren: Make use of nodiscard, rework downmixing, release all buffersChloe Marcec1-25/+85
2020-10-21Revert "core: Fix clang build"bunnei1-2/+2
2020-10-18core: Fix clang buildLioncash1-2/+2
2020-09-25audio_core: Remove unnecessary inclusionsLioncash1-4/+1
2020-08-16Preliminary effectsDavid Marcec1-4/+5
2020-07-25Fix stream channel count when outputting to stereoDavid Marcec1-1/+1
2020-07-25Queue extra mix bufferDavid Marcec1-0/+1
2020-07-25audio_core: Apollo Part 1, AudioRenderer refactorDavid Marcec1-372/+169
2020-06-13audren: Implement RendererInfoDavid Marcec1-3/+16
2020-05-11fix logic error & scale sample volume based on voice volumeDavid Marcec1-7/+9
2020-05-11pass by const ref insteadDavid Marcec1-8/+7
2020-05-11audio_renderer: Better voice mixing and 6 channel downmixingDavid Marcec1-11/+85
2020-04-21audio_renderer: Preliminary BehaviorInfo (#3736)David1-10/+22
2020-04-17core: memory: Move to Core::Memory namespace.bunnei1-7/+8
2019-11-27core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash1-8/+9
2019-11-27core: Prepare various classes for memory read/write migrationLioncash1-11/+13
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei1-1/+1
2019-09-21Used revision 5 instead of 7, marked constexpr as staticDavid Marcec1-2/+2
2019-09-20Added frame_count for REV7 audio rendererDavid Marcec1-0/+10
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-2/+3
2019-07-08addressed issueDavid Marcec1-1/+1
2019-07-01audren: Only manage wave buffers with a sizeDavid Marcec1-3/+5
2019-02-16core_timing: Convert core timing into a classLioncash1-3/+4
2018-12-28audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSGLioncash1-4/+2
2018-12-06Avoid (expensive) audio interpolation when sample rates already matchheapo1-2/+5
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-2/+2
2018-10-07Fixups for softlockDavid Marcec1-5/+6
2018-10-07Fixed missing returnDavid Marcec1-1/+1
2018-10-07Fixed smo softlockDavid Marcec1-13/+71
2018-09-24stream: Preserve enum class type in GetState()Lioncash1-1/+1
2018-09-23Added audren:u#GetAudioRendererStateDavid Marcec1-0/+4
2018-09-17audio_renderer: Replace includes with forward declarations where applicableLioncash1-0/+40
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-12/+12
2018-09-08audio_renderer: Rename AudioOut instance to audio_outMerryMage1-6/+6
2018-08-13audio_renderer: samples_remaining counts frames, not samplesMerryMage1-1/+1
2018-08-13audio_core: InterpolateMerryMage1-0/+3
2018-08-12Pushed the requested sample rate instead of our fixed sample rateDavid Marcec1-1/+1
2018-08-12Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCountDavid Marcec1-0/+12
2018-08-05audio_core: Implement audren_u audio playback.bunnei1-0/+234