aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.c
diff options
context:
space:
mode:
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)