Reverb wrapper tool cuts the trailing part
The issue
reverb()` wrapper function appends trailing zeros to the input signal to account for the FIR filter length, but trims them off after filtering to ensure the output length matches the input. This might lead to cutting the trailing part of the filtered signal in cases where it's not necessary to align the length of the filtered output signal to that of the input signal.