aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add example HRTF definition files for makehrtfChris Robinson2012-09-113-0/+3250
|
* 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.
* Print the device name in printALCInfoChris Robinson2012-04-161-5/+10
|
* 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
|
* Print out a more descriptive name for the opened device in openal-infoChris Robinson2012-03-011-1/+4
|
* Use alGetEnumValue to check for supported filters and effectsChris Robinson2011-09-101-112/+48
|
* Print the ALC_DEFAULT_ALL_DEVICES_SPECIFIER when availableChris Robinson2011-08-201-2/+6
|
* Avoid including config.h in the utilitiesChris Robinson2011-05-171-2/+0
|
* Recognize ALC_EXT_DEDICATED with openal-infoChris Robinson2011-03-121-1/+32
|
* Rename examples to utilitiesChris Robinson2010-07-171-0/+332
There is only the one, and it more accurately reflects what it is