Readd the default HRTF filter (based on the diffuse set)
This commit is contained in:
parent
7ddfacb58f
commit
7402e3743d
@ -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)
|
||||
{
|
||||
|
2740
Alc/hrtf_tables.inc
2740
Alc/hrtf_tables.inc
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user