aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-07-25 16:17:46 -0700
committerChris Robinson <[email protected]>2017-07-25 16:17:46 -0700
commit75841642bf311e18b906dc5f48ce08bc8699a47b (patch)
treec3797da2ac49cd1e6b8cc9fc5e3c2ae7cb9c8035 /Alc/hrtf.c
parent1ab082caaff3075e2d9d633b75ff82b82a2f69e9 (diff)
Update makehrtf to use a larger FFT by default
Also fixes DC offset removal and increases the max IR size.
Diffstat (limited to 'Alc/hrtf.c')
-rw-r--r--Alc/hrtf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/hrtf.c b/Alc/hrtf.c
index 47015dc3..d9968154 100644
--- a/Alc/hrtf.c
+++ b/Alc/hrtf.c
@@ -37,7 +37,7 @@
/* Current data set limits defined by the makehrtf utility. */
#define MIN_IR_SIZE (8)
-#define MAX_IR_SIZE (128)
+#define MAX_IR_SIZE (512)
#define MOD_IR_SIZE (8)
#define MIN_EV_COUNT (5)