Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a temporary buffer for HRTF filter accumulation | Chris Robinson | 2019-03-29 | 1 | -20/+19 |
* | Use std::arrays for HRIR coeffs and values | Chris Robinson | 2019-02-07 | 1 | -3/+2 |
* | Rename a header | Chris Robinson | 2019-01-23 | 1 | -1/+1 |
* | Make hrtf_inc.cpp a proper header | Chris Robinson | 2019-01-23 | 1 | -2/+2 |
* | Use template declarations for the HRTF mixers | Chris Robinson | 2019-01-23 | 1 | -3/+25 |
* | Use template declarations for the normal mixing functions | Chris Robinson | 2019-01-23 | 1 | -5/+7 |
* | Use a template declaration for the resampler functions | Chris Robinson | 2019-01-23 | 1 | -9/+10 |
* | Constify some parameters | Chris Robinson | 2019-01-12 | 1 | -40/+39 |
* | Handle HRTF coefficients and values by reference where possible | Chris Robinson | 2018-12-26 | 1 | -6/+7 |
* | Clean up some math stuff | Chris Robinson | 2018-12-22 | 1 | -1/+3 |
* | Avoid another DECL_TEMPLATE macro | Chris Robinson | 2018-11-25 | 1 | -0/+4 |
* | Convert the mixers to C++ | Chris Robinson | 2018-11-17 | 1 | -0/+280 |