summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/command/resample (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-141-6/+6
| | | | Signed-off-by: arades79 <scravers@protonmail.com>
* add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-6/+6
| | | | Signed-off-by: arades79 <scravers@protonmail.com>
* upsample: Fix coefficient formatMerry2023-01-141-26/+26
|
* audio_core: Fix off-by-one error in upsamplerMerry2023-01-141-33/+12
|
* Project AndioKelebek12022-07-226-0/+1367