var fDesc=new Array(); fDesc[0] = "Antares Voice Thing allows you to change your voice with sound effects. With these effects you will sound like alien, android, gnome, etc. You only have to turn on your microphone and adjust the parameters to have the desired effect. The effect can be used for any application. The main window includes 6 principal options: SETUP, VOICE DESIGN, MUTATE, ALIENIZE, REVERB, and OUTPUT. In the SETUP option you can select the audio input, if you have more than one sound card you will able to select between the sound cards installed on your computer. If you click in the "PRESETS" button you will see many effects like: alien deep language, android, breathy voice, clone, deep voice, female tone, giant, gnome, reverse, etc. Also you will be able to save, delete, or set the default settings. The control CPU USE can be adjusted in order to select the level of efficiency and precision from 0 to 100 of the sound card. In the VOICE DESIGN options you can adjust the throat length (compress- stretch), voice mix (designed-original) and shift pitch (lower-higher). The MUTATE option has two controls: MUTATION (level from 0 to 24) and MUTANT MIX (from 0 mutated to 100 original). The REVERB controls allow you to add extra reverb effects with echo, medium room, and large hall. Also you can adjust the level of reverb from 0 to 100. The OUTPUT controls allow you to turn on the monitor, active the output and increase the volume from -12dB to +12dB. Finally the option ALIENIZE allows you to turn on the effect. At the bottom you can see the level meter of the effect. An icon in the system try will be added where you can open settings, mark the option "Load on system startup", or exit the program.
Email is required to download the demo version."; 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 = ''; } }