summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/command/effect/biquad_filter.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-04Rework ADSP into a wrapper for appsKelebek11-7/+7
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-4/+4
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-4/+4
2023-02-10biquad_filter: Clamp f64 in ApplyBiquadFilterFloatMerry1-3/+3
2023-02-10biquad_filter: Fix rounding in ApplyBiquadFilterIntMerry1-20/+12
2022-10-22general: Resolve -Wclass-memaccessMorph1-1/+1
2022-07-22Project AndioKelebek11-0/+118