diff options
-rw-r--r-- | core/mastering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mastering.h b/core/mastering.h index 5fb7133e..ca7266a3 100644 --- a/core/mastering.h +++ b/core/mastering.h @@ -52,7 +52,7 @@ class Compressor { alignas(16) std::array<float,BufferLineSize> mCrestFactor{}; std::unique_ptr<SlidingHold> mHold; - al::vector<FloatBufferLine> mDelay; + al::vector<FloatBufferLine,16> mDelay; float mCrestCoeff{0.0f}; float mGainEstimate{0.0f}; |