Voice Changer for Asterisk
...tar.gz
tar xvzf soundtouch-1.3.1.tar.gz
cd soundtouch-1.3.1
configure --prefix=/usr
make
make install
install libsoundtouch4c
cd /usr/src
wget http://www.lobstertech.com/code/libsoundtouch4c/releases/libsoundtouch4c-0.4.tar.gz
tar -xzvf libsoundtouch4c-0.4.tar.gz
cd libsoundtouch4c-0.4
configure --prefix=/usr
make
make install
install the...
