Readd the default HRTF filter (based on the diffuse set)

This commit is contained in:
Chris Robinson 2011-06-03 01:47:33 -07:00
parent 7ddfacb58f
commit 7402e3743d
2 changed files with 835 additions and 1909 deletions

View File

@ -34,7 +34,9 @@ static const ALubyte azCount[19] = { 1, 12, 24, 36, 45, 56, 60, 72, 72, 72, 72,
static struct HRTF {
ALshort coeffs[HRIR_COUNT][HRIR_LENGTH];
ALubyte delays[HRIR_COUNT];
} Hrtf;
} Hrtf = {
#include "hrtf_tables.inc"
};
static ALuint CalcEvIndex(ALdouble ev)
{

File diff suppressed because it is too large Load Diff