Incase you ever had the weird inclination to sound like a chipmunk, or Jabber the Hut, now you can!
all you need is the Asterisk Voice Changer and you’re a chipmunk.
This apllication will disguise your voice (not change it into another persons voice but make it unrecognisable) in real-time conversations. I read about this on Tom Keatings blog, where he includes the instructions for installation:
On your functioning Linux machine running Asterisk with the header files installed to /usr/include/asterisk, run the following commands to install the voice changer as well as its two dependencies:
# install SoundTouch 1.3.1
# you can also install it through your package manager
cd /usr/src
wget http://www.surina.net/soundtouch/soundtouch-1.3.1.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 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 startBe sure to check out this link on Lobstertech.com for the full list of options for this application.
Now run off and play kids!
Profile
Subscribe





