diff options
author | Chris Robinson <[email protected]> | 2020-05-21 15:25:03 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-05-21 15:25:03 -0700 |
commit | 109875942c429a3c3eabfb873180d3a465e4ec53 (patch) | |
tree | 168627ce79b003cbd4de4f89dec4cbb0f074c878 /alc/hrtf.h | |
parent | 94105409f8a6d4e1a6b0d49ce03951f2c3bc3f6f (diff) |
Slightly increase the HRTF direct delay
To help improve the phase-corrected HF scaler.
Diffstat (limited to 'alc/hrtf.h')
-rw-r--r-- | alc/hrtf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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{}; |