summaryrefslogtreecommitdiff
path: root/src/audio_core
AgeCommit message (Expand)Author
2022-09-16device_session: Pass arguments by const-ref in relevant functionsLioncash
2022-09-15Merge pull request #8878 from Kelebek1/remove_pausebunnei
2022-09-15Merge pull request #8901 from lioncash/docsliamwhite
2022-09-15audio_core: Amend documentation tagsLioncash
2022-09-15audio_device: Mark member functions as const where applicableLioncash
2022-09-15audio_device: Make AudioDeviceName constructor constexprLioncash
2022-09-13compressor: Simplify memset in InitializeCompressorEffectLioncash
2022-09-13compressor: Mark params parameters as constLioncash
2022-09-13compressor: Remove unneeded casts in ApplyCompressorEffectLioncash
2022-09-13Remove pause callbacks from coretimingKelebek1
2022-09-12Remove a pragma once from a cpp fileKelebek1
2022-09-04Don't stall with nvdecKelebek1
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during...Kelebek1
2022-08-12Do some log memes to help perceived volumeKelebek1
2022-07-29audio_core: fix -Wuninitialized when compiling with ASanLiam
2022-07-27Avoid depop out of boundsKelebek1
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-07-22Project AndioKelebek1
2022-07-10Rework CoreTimingKelebek1
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-06-14Merge pull request #8383 from Morph1984/shadow-of-the-pastMai
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-06-13audio_core: Remove -Werror=unused-parameterMorph
2022-06-13CMakeLists: Make variable shadowing a compile-time errorMorph
2022-05-13command_generator: Use u8 for tap index lutMorph
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-01audio_core: remove time stretcherAndrea Pappacoda
2022-02-11audio_core: Update current process revisionlat9nq
2022-01-15audio/stream: Adjust volume scale factorgerman77
2021-12-05general: Add missing copyright noticesameerj
2021-10-01common/logging: Move Log::Entry declaration to a separate headerameerj
2021-07-12Merge pull request #6571 from Kelebek1/Mixbunnei
2021-07-08Merge pull request #6539 from lat9nq/default-settingAmeer J
2021-07-08Replace NaN mix volume samples with silence.Kelebek1
2021-07-08Merge pull request #6564 from Kelebek1/AudioMorph
2021-07-08audio_core: Preserve front channel volume after 6 to 2 downmixKelebek1
2021-07-06Support more PCM formats. Fixes Ys IX audio.Kelebek1
2021-07-06CMakeLists: Treat -Wsign-compare as an error on GCC/ClangMorph
2021-07-01Fix XC2/VOEZ crashing, add audio looping and a few misc fixesKelebek1
2021-06-28general: Make most settings a BasicSettinglat9nq
2021-06-27Decouple audio processing and run at variable rateKelebek1
2021-06-24audio_core: common: Bump audio revision to 9.bunnei
2021-06-24Add missing includes (#6521)Chloe
2021-06-22Implement audout GetAudioOutPlayedSampleCountKelebek1
2021-06-07Various suggestions by v1993 and lioncashClément Gallet
2021-06-06Add SDL2 audio backendClément Gallet
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-04-14common: Move settings to common from core.bunnei
2021-02-12revert to std::sin and std::cosChloe Marcec
2021-02-12address issuesChloe Marcec