aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-12-25 13:02:22 -0800
committerChris Robinson <[email protected]>2020-12-25 13:02:22 -0800
commit223f93e13d2a36375fa71251a2e565799cc2ab3e (patch)
treebc3e1da92f3e6a5d0cec5dbb92c31344642f26ab /core
parentf6e29ce5bb88dda99d359e6c3fc5b84b4ae1e56b (diff)
Increase direct HRTF delay to 256
This should improve the error from the all-pass on the partial input.
Diffstat (limited to 'core')
-rw-r--r--core/mixer/hrtfdefs.h2
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>;