aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/renderer/command/effect/reverb.cpp
AgeCommit message (Collapse)Author
2023-09-04Rework ADSP into a wrapper for appsKelebek1
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-03-02Fix a bug with the Reverb command in reading from the pre_delay line.Kelebek1
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>
2022-11-22general: fix compile for Apple ClangLiam
2022-07-22Project AndioKelebek1