Slightly increase the HRTF direct delay

To help improve the phase-corrected HF scaler.
This commit is contained in:
Chris Robinson
2020-05-21 15:25:03 -07:00
parent 94105409f8
commit 109875942c
+1 -1
View File
@@ -79,7 +79,7 @@ struct AngularPoint {
AzRadians Azim;
};
#define HRTF_DIRECT_DELAY 128
#define HRTF_DIRECT_DELAY 192
struct DirectHrtfState {
struct ChannelData {
std::array<float,HRTF_DIRECT_DELAY> mDelay{};