aboutsummaryrefslogtreecommitdiffstats
path: root/utils/makehrtf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo (overriden -> overridden)Chris Robinson2014-07-171-1/+1
* Avoid an undefined allocation of 0 bytesChris Robinson2014-07-011-1/+2
* Include strings.h if it exists for strncasecmpChris Robinson2014-05-221-1/+3
* Early-out when outN is 0Chris Robinson2014-05-151-0/+3
* Remove some unnecessary castsChris Robinson2014-05-151-12/+13
* Append the number of bits, not bytes, to typesChris Robinson2014-05-081-37/+27
* Add an option to make HRTFs with a custom head radiusChris Robinson2014-01-111-9/+23
* Fixed compile error in Visual Studio 2013 by not redefining symbols that are ...Rupert Steel2014-01-091-2/+2
* Add an option to use the HRTF time delay measured from the datasetChris Robinson2013-12-181-13/+82
* 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