aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/renderer/command
AgeCommit message (Collapse)Author
2024-01-18Core: Clang format and other small issues.Fernando Sahmkow
2024-01-18SMMU: Initial adaptation to video_core.Fernando Sahmkow
2024-01-15Fix more typosViktor Szépe
2023-10-02ci: fix new codespell errorsLiam
2023-09-18Do not consider voice commands in time estimation, fix adpcm estimateKelebek1
2023-09-08Fix data source version 1 command loopingKelebek1
2023-09-04Rework ADSP into a wrapper for appsKelebek1
2023-07-02Use spans over guest memory where possible instead of copying data.Kelebek1
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-06-07core_timing: Use CNTPCT as the guest CPU tickMorph
Previously, we were mixing the raw CPU frequency and CNTFRQ. The raw CPU frequency (1020 MHz) should've never been used as CNTPCT (whose frequency is CNTFRQ) is the only counter available.
2023-03-02Fix a bug with the Reverb command in reading from the pre_delay line.Kelebek1
2023-02-16Merge pull request #9769 from Kelebek1/audio_oobbunnei
[audio_core] Fix depop prepare
2023-02-14remove static from pointer sized or smaller types for aesthetics, change ↵arades79
constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14add static lifetime to constexpr values to force compile time evaluation ↵arades79
where possible Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-13Fix biquad filter command's state buffer offsetKelebek1
2023-02-11Add fallback for memory read/write in case the address goes over a 4K pageKelebek1
2023-02-11Fix depop prepare receiving bad mix infos and writing out of bounds, and ↵Kelebek1
update aux a bit, may help
2023-02-10biquad_filter: Clamp f64 in ApplyBiquadFilterFloatMerry
2023-02-10biquad_filter: Fix rounding in ApplyBiquadFilterIntMerry
2023-01-14upsample: Fix coefficient formatMerry
2023-01-14audio_core: Fix off-by-one error in upsamplerMerry
2022-12-03Merge pull request #9289 from liamwhite/fruit-companyliamwhite
general: fix compile for Apple Clang
2022-11-22general: fix compile for Apple ClangLiam
2022-11-22Use the maximum input index for samples buffer span size, not just the input ↵Kelebek1
count
2022-10-22general: Resolve -Wclass-memaccessMorph
2022-09-15Merge pull request #8901 from lioncash/docsliamwhite
audio_core: Amend documentation comment tags
2022-09-15audio_core: Amend documentation tagsLioncash
Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
2022-09-13compressor: Simplify memset in InitializeCompressorEffectLioncash
Provides equivalent behavior while being significantly smaller.
2022-09-13compressor: Mark params parameters as constLioncash
These functions don't modify the parameters.
2022-09-13compressor: Remove unneeded casts in ApplyCompressorEffectLioncash
Same behavior, but also silences a -Wcast-qual warning, since the second cast casts away const.
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync ↵Kelebek1
during heavy loads.
2022-07-27Avoid depop out of boundsKelebek1
2022-07-22Project AndioKelebek1