summaryrefslogtreecommitdiff
path: root/src/audio_core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * device_session: Convert for loop into ranged for in AppendBuffersGravatar Lioncash2022-09-161-5/+5
| * device_session: Pass arguments by const-ref in relevant functionsGravatar Lioncash2022-09-163-7/+7
* | Merge pull request #8911 from lioncash/cexpr-stringGravatar Morph2022-09-164-23/+37
|\ \ | |/ |/|
| * audio_device: Mark member functions as const where applicableGravatar Lioncash2022-09-152-8/+8
| * audio_device: Make AudioDeviceName constructor constexprGravatar Lioncash2022-09-154-15/+29
* | Merge pull request #8878 from Kelebek1/remove_pauseGravatar bunnei2022-09-1512-120/+29
|\ \
| * | Remove pause callbacks from coretimingGravatar Kelebek12022-09-1312-120/+29
* | | Merge pull request #8901 from lioncash/docsGravatar liamwhite2022-09-1528-112/+105
|\ \ \
| * | | audio_core: Amend documentation tagsGravatar Lioncash2022-09-1528-112/+105
| | |/ | |/|
* | | compressor: Simplify memset in InitializeCompressorEffectGravatar Lioncash2022-09-131-1/+1
* | | compressor: Mark params parameters as constGravatar Lioncash2022-09-131-3/+3
* | | compressor: Remove unneeded casts in ApplyCompressorEffectGravatar Lioncash2022-09-131-2/+1
|/ /
* / Remove a pragma once from a cpp fileGravatar Kelebek12022-09-121-2/+0
|/
* Don't stall with nvdecGravatar Kelebek12022-09-043-1/+29
* Rework audio output, connecting AudioOut into coretiming to fix desync during...Gravatar Kelebek12022-09-0222-842/+549
* Do some log memes to help perceived volumeGravatar Kelebek12022-08-121-0/+3
* audio_core: fix -Wuninitialized when compiling with ASanGravatar Liam2022-07-291-4/+4
* Avoid depop out of boundsGravatar Kelebek12022-07-272-2/+2
* chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-271-0/+3
* Project AndioGravatar Kelebek12022-07-22237-7621/+30231
* Rework CoreTimingGravatar Kelebek12022-07-102-5/+10
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-265-15/+14
* Merge pull request #8383 from Morph1984/shadow-of-the-pastGravatar Mai2022-06-141-3/+0
|\
| * audio_core: Remove -Werror=unused-parameterGravatar Morph2022-06-131-1/+0
| * CMakeLists: Make variable shadowing a compile-time errorGravatar Morph2022-06-131-2/+0
* | common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-134-7/+7
|/
* command_generator: Use u8 for tap index lutGravatar Morph2022-05-131-8/+8
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-2343-129/+86
* audio_core: remove time stretcherGravatar Andrea Pappacoda2022-04-015-131/+3
* audio_core: Update current process revisionGravatar lat9nq2022-02-111-1/+3
* audio/stream: Adjust volume scale factorGravatar german772022-01-151-2/+2
* general: Add missing copyright noticesGravatar ameerj2021-12-052-0/+8
* common/logging: Move Log::Entry declaration to a separate headerGravatar ameerj2021-10-013-0/+7
* Merge pull request #6571 from Kelebek1/MixGravatar bunnei2021-07-121-0/+9
|\
| * Replace NaN mix volume samples with silence.Gravatar Kelebek12021-07-081-0/+9
* | Merge pull request #6539 from lat9nq/default-settingGravatar Ameer J2021-07-081-1/+2
|\ \
| * | general: Make most settings a BasicSettingGravatar lat9nq2021-06-281-1/+2
* | | Merge pull request #6564 from Kelebek1/AudioGravatar Morph2021-07-082-18/+51
|\ \ \ | |_|/ |/| |
| * | Support more PCM formats. Fixes Ys IX audio.Gravatar Kelebek12021-07-062-18/+51
* | | audio_core: Preserve front channel volume after 6 to 2 downmixGravatar Kelebek12021-07-085-75/+81
* | | CMakeLists: Treat -Wsign-compare as an error on GCC/ClangGravatar Morph2021-07-061-3/+0
|/ /
* | Fix XC2/VOEZ crashing, add audio looping and a few misc fixesGravatar Kelebek12021-07-016-131/+187
* | Decouple audio processing and run at variable rateGravatar Kelebek12021-06-272-75/+109
* | audio_core: common: Bump audio revision to 9.Gravatar bunnei2021-06-241-1/+1
|/
* Add missing includes (#6521)Gravatar Chloe2021-06-241-0/+2
* Implement audout GetAudioOutPlayedSampleCountGravatar Kelebek12021-06-222-2/+11
* Various suggestions by v1993 and lioncashGravatar Clément Gallet2021-06-071-10/+6
* Add SDL2 audio backendGravatar Clément Gallet2021-06-064-0/+211
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-022-2/+2
* common: Move settings to common from core.Gravatar bunnei2021-04-144-4/+4