Increase direct HRTF delay to 256
This should improve the error from the all-pass on the partial input.
This commit is contained in:
parent
f6e29ce5bb
commit
223f93e13d
@ -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>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user