summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/command/effect (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use spans over guest memory where possible instead of copying data.Kelebek12023-07-031-63/+19
* Remove memory allocations in some hot pathsKelebek12023-06-225-25/+25
* Fix a bug with the Reverb command in reading from the pre_delay line.Kelebek12023-03-021-1/+2
* Merge pull request #9769 from Kelebek1/audio_oobbunnei2023-02-161-39/+91
|\
| * Add fallback for memory read/write in case the address goes over a 4K pageKelebek12023-02-111-12/+64
| * Fix depop prepare receiving bad mix infos and writing out of bounds, and update aux a bit, may helpKelebek12023-02-111-39/+39
* | remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-144-14/+14
* | add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-144-14/+14
* | biquad_filter: Clamp f64 in ApplyBiquadFilterFloatMerry2023-02-101-3/+3
* | biquad_filter: Fix rounding in ApplyBiquadFilterIntMerry2023-02-101-20/+12
|/
* general: fix compile for Apple ClangLiam2022-11-232-0/+2
* general: Resolve -Wclass-memaccessMorph2022-10-222-2/+2
* compressor: Simplify memset in InitializeCompressorEffectLioncash2022-09-131-1/+1
* compressor: Mark params parameters as constLioncash2022-09-131-3/+3
* compressor: Remove unneeded casts in ApplyCompressorEffectLioncash2022-09-131-2/+1
* Project AndioKelebek12022-07-2218-0/+2611