From 223f93e13d2a36375fa71251a2e565799cc2ab3e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 25 Dec 2020 13:02:22 -0800 Subject: Increase direct HRTF delay to 256 This should improve the error from the all-pass on the partial input. --- core/mixer/hrtfdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/mixer/hrtfdefs.h b/core/mixer/hrtfdefs.h index 623e6ec3..552fc152 100644 --- a/core/mixer/hrtfdefs.h +++ b/core/mixer/hrtfdefs.h @@ -18,7 +18,7 @@ #define MIN_IR_LENGTH 8 -#define HRTF_DIRECT_DELAY 192 +#define HRTF_DIRECT_DELAY 256 using float2 = std::array; using HrirArray = std::array; -- cgit v1.2.3