var fDesc=new Array(); fDesc[0] = "Turn your computer into ultimately fun and easy to use voice changer, instrumental vocoder, etc. Listen to a Podcast by impressing it upon your favorite musical sounds.

The results are robotic, alien, funny, or strange voices that you can create from normal human voices.

Features

MP3, WMA, WAV, and AIFF formats supported
Save vocoded result to WAV file
Drag & Drop Voice file and Sound file
Real-time preview vocoding
Pitch shift
High and low channel filters"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }