aboutsummaryrefslogtreecommitdiffstats
path: root/alc/filters
Commit message (Collapse)AuthorAgeFilesLines
* Move the filters to coreChris Robinson2020-12-046-902/+0
|
* Rename applyHfScale to processHfScaleChris Robinson2020-05-192-2/+2
|
* Add a method to process two biquads at onceChris Robinson2020-04-232-1/+50
|
* Use a span for the band-splitter inputChris Robinson2019-12-252-16/+14
|
* Pass a span for the biquad filter inputChris Robinson2019-12-252-7/+6
|
* Fix parameter orderChris Robinson2019-12-251-2/+2
|
* Make a couple more functions privateChris Robinson2019-12-251-21/+21
|
* Pass a span to the NFC filtersChris Robinson2019-12-242-20/+14
|
* Use unique setters for biquad filter parametersChris Robinson2019-12-212-10/+30
| | | | One for whether a slope parameter is used, and one for bandwidth.
* Enable and fix more warningsChris Robinson2019-09-144-58/+56
|
* Use size_t for the NFC and biquad filters' sample countChris Robinson2019-08-204-10/+14
|
* Fix and clarify the peaking biquad filterChris Robinson2019-08-102-5/+5
|
* Move a struct definition to where it's usedChris Robinson2019-08-051-18/+0
|
* Make a couple counts size_tChris Robinson2019-08-032-6/+6
|
* More include cleanupChris Robinson2019-07-293-2/+6
|
* Rename Alc to alcChris Robinson2019-07-286-0/+854