From 2cdce8817ebb80bde92727f8ded0789cc8954919 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 31 Dec 2023 09:41:01 -0800 Subject: Properly align the output limiter delay buffer --- core/mastering.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 mCrestFactor{}; std::unique_ptr mHold; - al::vector mDelay; + al::vector mDelay; float mCrestCoeff{0.0f}; float mGainEstimate{0.0f}; -- cgit v1.2.3