BreadCrumbs: Asterisk Voice Changer
Asterisk Voice Changer
From Luke Jackson
[edit]
Install
Fedora
# yum install soundtouch soundtouch-devel
General
# install SoundTouch 1.3.1-jart # you can also install it through your package manager cd /usr/src wget http://www.lobstertech.com/code/libsoundtouch4c/releases/soundtouch-1.3.1-jart.tar.gz tar xvzf soundtouch-1.3.1-jart.tar.gz cd soundtouch-1.3.1-jart/ ./configure --enable-integer-samples --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 voice changer cd /usr/src wget http://www.lobstertech.com/code/voicechanger/releases/voicechanger-0.6.tar.gz tar -xzvf voicechanger-0.6.tar.gz cd voicechanger-0.6 make make install # load it in to asterisk make start
[edit]
Load
asterisk -rx "load $x"
[edit]