Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert the mixers to C++ | Chris Robinson | 2018-11-17 | 1 | -169/+0 |
| | |||||
* | Remove ASSUME_ALIGNED | Chris Robinson | 2018-11-17 | 1 | -4/+4 |
| | | | | | | It's become a liability with C++ since it returns void* instead of the input pointer type, and it doesn't seem to help optimizations anyway (auto- vectorization still produces unaligned loads and stores). | ||||
* | Replace restrict with RESTRICT | Chris Robinson | 2018-10-29 | 1 | -12/+12 |
| | |||||
* | Improve the gain stepping difference check | Chris Robinson | 2018-09-22 | 1 | -6/+7 |
| | | | | | Given the more stable stepping now in use, check that the total difference is enough for perceptible transition, instead of the step itself. | ||||
* | Handle the bsinc C resampler like the others | Chris Robinson | 2018-09-17 | 1 | -45/+34 |
| | |||||
* | Use a step counter for gain stepping | Chris Robinson | 2018-05-14 | 1 | -2/+5 |
| | | | | | This should provide more stable stepping, preventing floating-point errors from accumulating on each step/sample. | ||||
* | Add some more ASSUME statements | Chris Robinson | 2018-04-21 | 1 | -0/+2 |
| | |||||
* | Remove unnecessary undefs | Chris Robinson | 2018-04-19 | 1 | -1/+0 |
| | |||||
* | Add some ASSUME statements that ensure mixing at least 1 sample | Chris Robinson | 2018-04-18 | 1 | -0/+3 |
| | |||||
* | Add an ASSUME macro that requires a true condition | Chris Robinson | 2018-04-17 | 1 | -0/+2 |
| | |||||
* | Move the filter implementation to a separate directory | Chris Robinson | 2018-03-22 | 1 | -39/+0 |
| | |||||
* | Rename mixer_inc.c to hrtf_inc.c | Chris Robinson | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | Move mixer sources into a sub-directory | Chris Robinson | 2018-03-22 | 1 | -0/+209 |