diff options
-rw-r--r-- | core/mixer/hrtfdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<float,2>; using HrirArray = std::array<float2,HRIR_LENGTH>; |