From 47c20b283efd8115e6e8bbc9c25029dc21da9214 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 30 Jul 2021 08:08:16 -0700 Subject: Use a higher quality all-pass for the UHJ utils --- utils/uhjencoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/uhjencoder.cpp') diff --git a/utils/uhjencoder.cpp b/utils/uhjencoder.cpp index 70124f66..73e21479 100644 --- a/utils/uhjencoder.cpp +++ b/utils/uhjencoder.cpp @@ -62,7 +62,7 @@ using FloatBufferSpan = al::span; struct UhjEncoder { - constexpr static size_t sFilterDelay{256}; + constexpr static size_t sFilterDelay{1024}; /* Delays and processing storage for the unfiltered signal. */ alignas(16) std::array mS{}; -- cgit v1.2.3