aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/audio_renderer.cpp
AgeCommit message (Expand)Author
2022-07-22Project AndioKelebek1
2022-07-10Rework CoreTimingKelebek1
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-07-08audio_core: Preserve front channel volume after 6 to 2 downmixKelebek1
2021-07-01Fix XC2/VOEZ crashing, add audio looping and a few misc fixesKelebek1
2021-06-27Decouple audio processing and run at variable rateKelebek1
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-04-14common: Move settings to common from core.bunnei
2020-12-28hle: service: Acquire and release a lock on requests.bunnei
2020-12-02Merge pull request #5000 from lioncash/audio-errorbunnei
2020-12-03audio_core: Make shadowing and unused parameters errorsLioncash
2020-11-28audio_core: Remove temp_mix_bufferChloe Marcec
2020-11-17Addressed changesChloe Marcec
2020-11-17audren: Make use of nodiscard, rework downmixing, release all buffersChloe Marcec
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-09-25audio_core: Remove unnecessary inclusionsLioncash
2020-08-17Preliminary effectsDavid Marcec
2020-07-25Fix stream channel count when outputting to stereoDavid Marcec
2020-07-25Queue extra mix bufferDavid Marcec
2020-07-25audio_core: Apollo Part 1, AudioRenderer refactorDavid Marcec
2020-06-13audren: Implement RendererInfoDavid Marcec
2020-05-11fix logic error & scale sample volume based on voice volumeDavid Marcec
2020-05-11pass by const ref insteadDavid Marcec
2020-05-11audio_renderer: Better voice mixing and 6 channel downmixingDavid Marcec
2020-04-20audio_renderer: Preliminary BehaviorInfo (#3736)David
2020-04-17core: memory: Move to Core::Memory namespace.bunnei
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
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-21Used revision 5 instead of 7, marked constexpr as staticDavid Marcec
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-07-08addressed issueDavid Marcec
2019-07-01audren: Only manage wave buffers with a sizeDavid Marcec
2019-02-15core_timing: Convert core timing into a classLioncash
2018-12-28audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEM...Lioncash
2018-12-06Avoid (expensive) audio interpolation when sample rates already matchheapo
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-10-07Fixups for softlockDavid Marcec
2018-10-07Fixed missing returnDavid 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