Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a temporary buffer for HRTF filter accumulation | Chris Robinson | 2019-03-29 | 1 | -29/+18 |
| | | | | | Similar to the history buffer, to avoid using the state buffer as a ring buffer. | ||||
* | Use a function reference for a template parameter | Chris Robinson | 2019-03-28 | 1 | -25/+27 |
| | |||||
* | 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 |
| | | | | To workaround an apparent MSVC error | ||||
* | Make hrtf_inc.cpp a proper header | Chris Robinson | 2019-01-23 | 1 | -2/+1 |
| | |||||
* | 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 | -24/+25 |
| | |||||
* | Constify some parameters | Chris Robinson | 2019-01-12 | 1 | -7/+10 |
| | |||||
* | Use c++ headers | Filip Gawin | 2019-01-09 | 1 | -1/+1 |
| | |||||
* | Avoid using old style casts | Filip Gawin | 2019-01-08 | 1 | -2/+2 |
| | | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295 | ||||
* | Clean up some initializers and use of C methods | Chris Robinson | 2019-01-06 | 1 | -39/+31 |
| | |||||
* | Further improve HRTF methods to avoid masking in the inner loops | Chris Robinson | 2018-12-31 | 1 | -8/+7 |
| | |||||
* | Handle HRTF coefficients and values by reference where possible | Chris Robinson | 2018-12-26 | 1 | -5/+5 |
| | |||||
* | Avoid masking in ApplyCoeffs's inner loop | Chris Robinson | 2018-12-26 | 1 | -5/+17 |
| | | | | | This unfortunately does not apply to NEON, which would need a bit more reworking of its method. | ||||
* | Clean up some math stuff | Chris Robinson | 2018-12-22 | 1 | -1/+3 |
| | |||||
* | Avoid another DECL_TEMPLATE macro | Chris Robinson | 2018-11-25 | 1 | -31/+48 |
| | |||||
* | Convert the mixers to C++ | Chris Robinson | 2018-11-17 | 1 | -0/+169 |