Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some types | Chris Robinson | 2012-10-25 | 1 | -5/+6 |
| | |||||
* | Properly scale the HRTF delays when writing them | Chris Robinson | 2012-09-12 | 1 | -3/+2 |
| | |||||
* | Use the correct size for defaultCoeffs | Chris Robinson | 2012-09-11 | 1 | -1/+1 |
| | |||||
* | Use HUGE_VAL instead of dividing by 0 for infinity, where possible | Chris Robinson | 2012-09-11 | 1 | -4/+8 |
| | |||||
* | Silence a couple MSVC warnings | Chris Robinson | 2012-09-11 | 1 | -2/+2 |
| | |||||
* | Update HRTF code | Chris Robinson | 2012-09-11 | 1 | -527/+2178 |
| | | | | | | | | | | | This update allows for much more flexibility in the HRTF data. It also allows for HRTF table file names to include "%r" to represent the device's playback rate (e.g. if you set hrtf-%r.mhr, then it will try to use hrtf-44100.mhr or hrtf-48000.mhr depending if the device's output rate is 44100 or 48000, respectively). The makehrtf utility has also been updated to support more options and input file formats, as well as the new mhr format. | ||||
* | Add a missing round() for MSVC | Chris Robinson | 2012-03-27 | 1 | -0/+9 |
| | |||||
* | Make sure M_PI is defined for makehrtf | Chris Robinson | 2012-03-27 | 1 | -0/+4 |
| | |||||
* | Avoid DOS-style line-endings and stdint types for the makehrtf utility | Chris Robinson | 2012-03-25 | 1 | -739/+740 |
| | |||||
* | Add a utility to generate OpenAL Soft's HRTF data from the MIT KEMAR data | Chris Robinson | 2012-03-22 | 1 | -0/+739 |