diff options
| -rw-r--r-- | src/FormatConverter.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
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<int32_t*>(dataIn->getData());              int16_t* out = reinterpret_cast<int16_t*>(dataOut->getData()); -            constexpr int shift = 7; +            constexpr int shift = 6;  #if defined(__ARM_NEON)              if (sizeIn % 4 != 0) {  | 
