aboutsummaryrefslogtreecommitdiffstats
path: root/alc/hrtf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/hrtf.cpp')
-rw-r--r--alc/hrtf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/hrtf.cpp b/alc/hrtf.cpp
index b23f9d6f..7643ce44 100644
--- a/alc/hrtf.cpp
+++ b/alc/hrtf.cpp
@@ -88,10 +88,10 @@ using HrtfHandlePtr = std::unique_ptr<HrtfHandle>;
#define MAX_FD_DISTANCE (2.5f)
#define MIN_EV_COUNT (5)
-#define MAX_EV_COUNT (128)
+#define MAX_EV_COUNT (181)
#define MIN_AZ_COUNT (1)
-#define MAX_AZ_COUNT (128)
+#define MAX_AZ_COUNT (360)
#define MAX_HRIR_DELAY (HRTF_HISTORY_LENGTH-1)