Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename some struct members for clarity | Chris Robinson | 2018-04-28 | 2 | -77/+77 |
* | Rename some variables for clarity | Chris Robinson | 2018-04-27 | 1 | -31/+29 |
* | Transpose the band-splitter all-pass section | Chris Robinson | 2018-04-26 | 1 | -9/+11 |
* | Don't specialize biquad processing for a single sample | Chris Robinson | 2018-04-24 | 1 | -37/+28 |
* | Move the bnad-splitter filters to a separate source | Chris Robinson | 2018-04-21 | 2 | -0/+147 |
* | Rename BiquadState to BiquadFilter | Chris Robinson | 2018-04-04 | 2 | -13/+13 |
* | Apply biquad and T60 filters using transposed direct form II | Chris Robinson | 2018-04-03 | 2 | -42/+41 |
* | Rename NfcFilterUpdate* to NfcFilterProcess* for consistency | Chris Robinson | 2018-03-27 | 2 | -7/+7 |
* | Rename ALfilterState/Type to BiquadState/Type | Chris Robinson | 2018-03-23 | 2 | -27/+27 |
* | Move NFC filters to the filter directory | Chris Robinson | 2018-03-22 | 2 | -0/+477 |
* | Move the filter implementation to a separate directory | Chris Robinson | 2018-03-22 | 2 | -0/+251 |