Announce: Asterisk Realtime Voice Pitch Changer 0.2
Here is a quote from the site:
I just threw together a voice changer for Asterisk using the SoundTouch Library. Now we can all finally change the pitch of our voices and creep out friends/family. If you are not familiar with Asterisk or Linux then you might want to check out this page instead.
SoundTouch is unfortunately a C++ only library (HERESY!), so I had to hack the source to that as well... All that was really needed was to add class wrapper functions that 'export "C"' and create a .so file because it was generating a '.la' file or some esoteric C++ bullshit.
Click Here for more Information
I just threw together a voice changer for Asterisk using the SoundTouch Library. Now we can all finally change the pitch of our voices and creep out friends/family. If you are not familiar with Asterisk or Linux then you might want to check out this page instead.
SoundTouch is unfortunately a C++ only library (HERESY!), so I had to hack the source to that as well... All that was really needed was to add class wrapper functions that 'export "C"' and create a .so file because it was generating a '.la' file or some esoteric C++ bullshit.
Click Here for more Information