From 7402e3743d68555cc197ccde699e09145ed6280c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 3 Jun 2011 01:47:33 -0700 Subject: Readd the default HRTF filter (based on the diffuse set) --- Alc/hrtf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Alc/hrtf.c') diff --git a/Alc/hrtf.c b/Alc/hrtf.c index 5cc0aeed..7a2e30cb 100644 --- a/Alc/hrtf.c +++ b/Alc/hrtf.c @@ -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) { -- cgit v1.2.3