From 8cabf783285d4bba1c87152f1c8044160dca8fe1 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 19 Nov 2024 14:47:33 +0100 Subject: Increase amplitude of DEXTER output --- src/FormatConverter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FormatConverter.cpp b/src/FormatConverter.cpp index 94dfa2c..517f26e 100644 --- a/src/FormatConverter.cpp +++ b/src/FormatConverter.cpp @@ -74,7 +74,7 @@ int FormatConverter::process(Buffer* const dataIn, Buffer* dataOut) const int32_t *in = reinterpret_cast(dataIn->getData()); int16_t* out = reinterpret_cast(dataOut->getData()); - constexpr int shift = 7; + constexpr int shift = 6; #if defined(__ARM_NEON) if (sizeIn % 4 != 0) { -- cgit v1.2.3