Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve the gain stepping difference check | Chris Robinson | 2018-09-22 | 3 | -12/+15 |
| | | | | | Given the more stable stepping now in use, check that the total difference is enough for perceptible transition, instead of the step itself. | ||||
* | Use ALsizei for the source resample position | Chris Robinson | 2018-09-18 | 4 | -7/+4 |
| | |||||
* | Handle the bsinc C resampler like the others | Chris Robinson | 2018-09-17 | 3 | -47/+36 |
| | |||||
* | Slightly restructure some loops | Chris Robinson | 2018-09-03 | 3 | -39/+34 |
| | |||||
* | Extract SIMD values right before using them | Chris Robinson | 2018-09-03 | 3 | -21/+21 |
| | |||||
* | Use shuffle+cvt to extract SIMD values instead of storing to memory | Chris Robinson | 2018-08-26 | 1 | -2/+5 |
| | |||||
* | Simplify counting for the bsinc FIR loop | Chris Robinson | 2018-05-19 | 2 | -8/+16 |
| | |||||
* | Simplify counting for SIMD MixRow functions | Chris Robinson | 2018-05-15 | 2 | -16/+20 |
| | |||||
* | Use a step counter for gain stepping | Chris Robinson | 2018-05-14 | 4 | -76/+100 |
| | | | | | 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 | 3 | -0/+6 |
| | |||||
* | Remove unnecessary undefs | Chris Robinson | 2018-04-19 | 3 | -3/+0 |
| | |||||
* | Add some ASSUME statements that ensure mixing at least 1 sample | Chris Robinson | 2018-04-18 | 6 | -0/+25 |
| | |||||
* | Add an ASSUME macro that requires a true condition | Chris Robinson | 2018-04-17 | 3 | -0/+6 |
| | |||||
* | 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 | 4 | -3/+3 |
| | |||||
* | Move mixer sources into a sub-directory | Chris Robinson | 2018-03-22 | 8 | -0/+1100 |