aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf_tables.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix off-by-one error in the makehrtf dither and add a resample optionChris Robinson2012-11-181-831/+829
| | | | Also fixes some size_t type warnings
* Use the correct size for defaultCoeffsChris Robinson2012-09-111-1/+1
|
* Update HRTF codeChris Robinson2012-09-111-837/+848
| | | | | | | | | | | 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.
* Update HRTF coefficientsChris Robinson2011-07-011-828/+828
|
* Improve default HRTF filter delaysChris Robinson2011-06-031-1/+1
| | | | They're now rounded from the source's float delays
* Readd the default HRTF filter (based on the diffuse set)Chris Robinson2011-06-031-1908/+832
|
* Switch to the diffuse HRTF data setChris Robinson2011-05-261-736/+736
|
* Properly handle elevations that don't have angles up to 180Chris Robinson2011-05-031-14/+14
|
* Add an HRTF filter for mono sourcesChris Robinson2011-05-011-0/+1915
The data is based on the KEMAR HRTF data provided by MIT, which can be found at <http://sound.media.mit.edu/resources/KEMAR.html>. The compact measurements were used. See hrtf_tables.inc for more information. The filter is only available for stereo output, using a 44100hz playback rate. Note also that it currently only applies to mono sounds, and the cf_level and head_dampen config options are ignored while it is active.