Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the default HRTF | Chris Robinson | 2022-08-13 | 1 | -3/+1 |
| | | | | | The sample rate is now 48khz to match the library's default sample rate, and increased the FIR length to 64 points from 32. | ||||
* | Update the MHR format | Chris Robinson | 2020-02-11 | 1 | -26/+25 |
| | | | | | | | | This update removes the 16/24-bit sample type enum, now always being 24-bit (other than a very small size saving, there's no practical benefit to storing 16-bit samples). This also reverses the field storage, so no on-load fixup is needed, and stores the IR delays with 2 bits of sub-sample precision, allowing for slightly better timing (after resampling, blending, etc). | ||||
* | Update mhr format for 24-bit, multi-field, stereo measurements | Chris Robinson | 2017-10-22 | 1 | -28/+38 |
| | | | | | Currently only single field HRTFs are supported, but the format now allows up to 16. | ||||
* | Move some docs to the docs directory | Chris Robinson | 2016-04-23 | 1 | -0/+74 |