aboutsummaryrefslogtreecommitdiffstats
path: root/core/mixer/hrtfdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/mixer/hrtfdefs.h')
-rw-r--r--core/mixer/hrtfdefs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/mixer/hrtfdefs.h b/core/mixer/hrtfdefs.h
index 7046a31e..3c903ed8 100644
--- a/core/mixer/hrtfdefs.h
+++ b/core/mixer/hrtfdefs.h
@@ -26,8 +26,6 @@ constexpr uint HrirMask{HrirLength - 1};
constexpr uint MinIrLength{8};
-constexpr uint HrtfDirectDelay{256};
-
using HrirArray = std::array<float2,HrirLength>;
using HrirSpan = al::span<float2,HrirLength>;
using ConstHrirSpan = al::span<const float2,HrirLength>;
@@ -47,7 +45,6 @@ struct HrtfFilter {
struct HrtfChannelState {
- std::array<float,HrtfDirectDelay> mDelay{};
BandSplitter mSplitter;
float mHfScale{};
alignas(16) HrirArray mCoeffs{};