diff --git a/core/uhjfilter.cpp b/core/uhjfilter.cpp index 6cdc2944..52e7f964 100644 --- a/core/uhjfilter.cpp +++ b/core/uhjfilter.cpp @@ -195,6 +195,7 @@ void UhjStereoDecoder::decode(const al::span samples, const size_t sampl { for(size_t i{0};i < samplesToDo+sFilterDelay;++i) mD[i] = (left[i] - right[i]) * wcurrent; + mCurrentWidth = wcurrent; } else {