aboutsummaryrefslogtreecommitdiffstats
path: root/core/filters
Commit message (Expand)AuthorAgeFilesLines
* Ensure struct members are initializedChris Robinson2023-12-201-12/+12
* Much more clang-tidy cleanupChris Robinson2023-12-102-8/+8
* Clean up some more clang-tidy warningsChris Robinson2023-12-082-6/+7
* Fix some typos (#872)Dirk Stolle2023-07-041-1/+1
* Add a comment to check into an out-of-range value laterChris Robinson2023-01-281-1/+5
* Clamp the biquad filter gain value to 0.00001Chris Robinson2023-01-281-1/+1
* Avoid using a reversed all-pass for the front stablizerChris Robinson2023-01-062-8/+6
* Don't manually reverse samplesChris Robinson2022-03-312-6/+9
* Make and use a processHfScale function with a separate outputChris Robinson2022-03-312-0/+37
* Get rid of MathDefsChris Robinson2022-01-273-11/+12
* Explicitly default the band splitter's copy assignmentChris Robinson2022-01-111-0/+1
* Avoid initializing the NFC filter for every voice channelChris Robinson2021-12-111-62/+46
* Improve the 2-channel UHJ responseChris Robinson2021-12-092-0/+31
* Move the filters to coreChris Robinson2020-12-046-0/+902