summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/command/effect (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-04Rework ADSP into a wrapper for appsKelebek118-118/+127
2023-07-03Use spans over guest memory where possible instead of copying data.Kelebek11-63/+19
2023-06-22Remove memory allocations in some hot pathsKelebek15-25/+25
2023-03-02Fix a bug with the Reverb command in reading from the pre_delay line.Kelebek11-1/+2
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades794-14/+14
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades794-14/+14
2023-02-11Add fallback for memory read/write in case the address goes over a 4K pageKelebek11-12/+64
2023-02-11Fix depop prepare receiving bad mix infos and writing out of bounds, and update aux a bit, may helpKelebek11-39/+39
2023-02-10biquad_filter: Clamp f64 in ApplyBiquadFilterFloatMerry1-3/+3
2023-02-10biquad_filter: Fix rounding in ApplyBiquadFilterIntMerry1-20/+12
2022-11-23general: fix compile for Apple ClangLiam2-0/+2
2022-10-22general: Resolve -Wclass-memaccessMorph2-2/+2
2022-09-13compressor: Simplify memset in InitializeCompressorEffectLioncash1-1/+1
2022-09-13compressor: Mark params parameters as constLioncash1-3/+3
2022-09-13compressor: Remove unneeded casts in ApplyCompressorEffectLioncash1-2/+1
2022-07-22Project AndioKelebek118-0/+2611