aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/renderer/command/resample/upsample.cpp
AgeCommit message (Collapse)Author
2023-09-04Rework ADSP into a wrapper for appsKelebek1
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-01-14upsample: Fix coefficient formatMerry
2023-01-14audio_core: Fix off-by-one error in upsamplerMerry
2022-07-22Project AndioKelebek1