Update HRTF code
commit7e81918f7b76135928f7e40eff77493ea98596d5
authorChris Robinson <chris.kcat@gmail.com>
Tue, 11 Sep 2012 08:59:42 +0000 (11 01:59 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Tue, 11 Sep 2012 09:11:51 +0000 (11 02:11 -0700)
tree4c369af77374ac8022806b4495ada3b2d8971063
parent1b840a3db80788813d44631357280520ee50e03f
Update HRTF code

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.
Alc/ALc.c
Alc/hrtf.c
Alc/hrtf_tables.inc
Alc/mixer_c.c
Alc/mixer_inc.c
Alc/mixer_neon.c
Alc/mixer_sse.c
OpenAL32/Include/alMain.h
hrtf.txt
utils/makehrtf.c