Increase direct HRTF delay to 256

This should improve the error from the all-pass on the partial input.
This commit is contained in:
Chris Robinson 2020-12-25 13:02:22 -08:00
parent f6e29ce5bb
commit 223f93e13d

View File

@ -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>;