aboutsummaryrefslogtreecommitdiffstats
path: root/utils/makehrtf.c
Commit message (Collapse)AuthorAgeFilesLines
* Resample HRIRs prior to minimum phase reconstructionChris Robinson2017-06-011-36/+41
|
* Reorganize makehrtf's File I/O functionsChris Robinson2016-02-191-92/+109
|
* Reorganize and reformat makehrtf codeChris Robinson2016-02-181-1795/+2075
|
* Cleanup makehrtf type definitionsChris Robinson2016-02-181-85/+70
|
* Fix default makehrtf output nameChris Robinson2016-02-181-139/+169
| | | | And clean up the parameter processing.
* Remove the --make-tab option from makehrtfChris Robinson2015-09-291-93/+1
| | | | We haven't used a built-in HRTF table for a while now.
* 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
| | | | Also use ALuint64SOFT from alext.h for uint64
* 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
| | | | now defined in the VS2013 math.h file.
* 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
| | | | Also fixes some size_t type warnings
* 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
| | | | | | | | | | | 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 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