diff options
author | Chris Robinson <[email protected]> | 2020-12-25 13:02:22 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-25 13:02:22 -0800 |
commit | 223f93e13d2a36375fa71251a2e565799cc2ab3e (patch) | |
tree | bc3e1da92f3e6a5d0cec5dbb92c31344642f26ab /core | |
parent | f6e29ce5bb88dda99d359e6c3fc5b84b4ae1e56b (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.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>; |