diff options
-rw-r--r-- | core/uhjfilter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<float*> samples, const size_t sampl { for(size_t i{0};i < samplesToDo+sFilterDelay;++i) mD[i] = (left[i] - right[i]) * wcurrent; + mCurrentWidth = wcurrent; } else { |