aboutsummaryrefslogtreecommitdiffstats
path: root/core/front_stablizer.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor FlexArrayChris Robinson2023-12-101-0/+1
| | | | | This avoids using an array of 1 as a flexible array member, and instead uses a span to reference the memory after itself.
* Avoid using a reversed all-pass for the front stablizerChris Robinson2023-01-061-11/+6
| | | | | | While a neat trick, it's been shown to be too volatile and add noise as the signal gets louder. It's better to just accept the phase shift and ensure everything stays aligned.
* Move bformatdec to coreChris Robinson2021-04-251-0/+36