aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hrtf.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update the default HRTFChris Robinson2022-08-131-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 formatChris Robinson2020-02-111-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 measurementsChris Robinson2017-10-221-28/+38
| | | | | Currently only single field HRTFs are supported, but the format now allows up to 16.
* Move some docs to the docs directoryChris Robinson2016-04-231-0/+74