aboutsummaryrefslogtreecommitdiffstats
path: root/utils/makehrtf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a comment describing the sinc functionChris Robinson2012-11-181-1/+1
* Fix off-by-one error in the makehrtf dither and add a resample optionChris Robinson2012-11-181-128/+389
* Fix some typesChris Robinson2012-10-251-5/+6
* Properly scale the HRTF delays when writing themChris Robinson2012-09-121-3/+2
* Use the correct size for defaultCoeffsChris Robinson2012-09-111-1/+1
* Use HUGE_VAL instead of dividing by 0 for infinity, where possibleChris Robinson2012-09-111-4/+8
* Silence a couple MSVC warningsChris Robinson2012-09-111-2/+2
* Update HRTF codeChris Robinson2012-09-111-527/+2178
* Add a missing round() for MSVCChris Robinson2012-03-271-0/+9
* Make sure M_PI is defined for makehrtfChris Robinson2012-03-271-0/+4
* Avoid DOS-style line-endings and stdint types for the makehrtf utilityChris Robinson2012-03-251-739/+740
* Add a utility to generate OpenAL Soft's HRTF data from the MIT KEMAR dataChris Robinson2012-03-221-0/+739