A stereo variant of the reverberator by Jon Dattorro
Dattorro, Jon. "Effect design, part 1: Reverberator and other filters."
Journal of the Audio Engineering Society 45.9 (1997): 660-684.
Install needed packages:
git
build-essential
pkg-config
git clone https://github.com/jpcima/fverb.git
cd fverb
git submodule update --init
make
To perform a system-wide installation:
sudo make install
Or, to install only for the current user:
make install-user