Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change HRTF table user input format | Chris Robinson | 2011-06-03 | 1 | -25/+25 |
| | |||||
* | Readd the default HRTF filter (based on the diffuse set) | Chris Robinson | 2011-06-03 | 1 | -1/+3 |
| | |||||
* | Use a minimum phase HRTF data set | Chris Robinson | 2011-06-03 | 1 | -44/+87 |
| | | | | This reduces the coefficient size from 128 down to 32, with a set of delays | ||||
* | Fix HRTF elevation calculation | Chris Robinson | 2011-05-19 | 1 | -4/+4 |
| | |||||
* | Properly handle elevations that don't have angles up to 180 | Chris Robinson | 2011-05-03 | 1 | -4/+7 |
| | |||||
* | Add an HRTF filter for mono sources | Chris Robinson | 2011-05-01 | 1 | -0/+75 |
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. |