aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf_tables.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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.