diff options
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{}; |