summaryrefslogtreecommitdiff
path: root/src/audio_core/renderer/command (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-18Core: Clang format and other small issues.Gravatar Fernando Sahmkow1-1/+1
2024-01-18SMMU: Initial adaptation to video_core.Gravatar Fernando Sahmkow1-0/+1
2024-01-15Fix more typosGravatar Viktor Szépe1-6/+6
2023-10-02ci: fix new codespell errorsGravatar Liam1-1/+1
2023-09-18Do not consider voice commands in time estimation, fix adpcm estimateGravatar Kelebek11-2/+2
2023-09-08Fix data source version 1 command loopingGravatar Kelebek14-52/+72
2023-09-04Rework ADSP into a wrapper for appsGravatar Kelebek164-385/+427
2023-07-02Use spans over guest memory where possible instead of copying data.Gravatar Kelebek12-74/+29
2023-06-22Remove memory allocations in some hot pathsGravatar Kelebek18-42/+40
2023-06-07core_timing: Use CNTPCT as the guest CPU tickGravatar Morph1-9/+6
2023-03-02Fix a bug with the Reverb command in reading from the pre_delay line.Gravatar Kelebek11-1/+2
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades798-28/+28
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades798-28/+28
2023-02-13Fix biquad filter command's state buffer offsetGravatar Kelebek11-2/+2
2023-02-11Add fallback for memory read/write in case the address goes over a 4K pageGravatar Kelebek11-12/+64
2023-02-11Fix depop prepare receiving bad mix infos and writing out of bounds, and upda...Gravatar Kelebek12-40/+40
2023-02-10biquad_filter: Clamp f64 in ApplyBiquadFilterFloatGravatar Merry1-3/+3
2023-02-10biquad_filter: Fix rounding in ApplyBiquadFilterIntGravatar Merry1-20/+12
2023-01-14upsample: Fix coefficient formatGravatar Merry1-26/+26
2023-01-14audio_core: Fix off-by-one error in upsamplerGravatar Merry1-33/+12
2022-11-22general: fix compile for Apple ClangGravatar Liam2-0/+2
2022-11-22Use the maximum input index for samples buffer span size, not just the input ...Gravatar Kelebek11-6/+8
2022-10-22general: Resolve -Wclass-memaccessGravatar Morph2-2/+2
2022-09-15audio_core: Amend documentation tagsGravatar Lioncash5-49/+39
2022-09-13compressor: Simplify memset in InitializeCompressorEffectGravatar Lioncash1-1/+1
2022-09-13compressor: Mark params parameters as constGravatar Lioncash1-3/+3
2022-09-13compressor: Remove unneeded casts in ApplyCompressorEffectGravatar Lioncash1-2/+1
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during...Gravatar Kelebek11-0/+4
2022-07-27Avoid depop out of boundsGravatar Kelebek12-2/+2
2022-07-22Project AndioGravatar Kelebek165-0/+12755