var fDesc=new Array(); fDesc[0] = "Feature overview Vox Studio creates and edits "VOX" files in ADPCM, A-law or Mu-law computer telephony formats and in WAV voice formats. The program runs under Windows 95, Windows 98, Windows NT4 and Windows 2000. It supports Dialogic, NMS (Natural MicroSystems), Intervoice, Nortel, NewVoice CVSD, Voicetek, Aspect, OKI, Rockwell, Centigram, Microlog, IBM Directalk, Elan Informatique, Philips, PhoneBlaster, SoundDesigner, Bicom and other CTI speech files. Standard ITU (the old CCITT) formats are supported too. This sound recording, editing and conversion toolbox from Xentec NV, provides professional quality audio voice prompts using various compression and companding speech algorithms. Pure telephony toolbox Vox Studio is a 32-bit Windows software tool. It allows the efficient production of digitized messages for voice processing and telephone applications such as Voice Mail, Interactive Voice Response (IVR), Call Centers, Phone Banking, Audiotex. The production of hundreds or even thousands of sound files is now automated and provides consistent high-quality audio results. Vox Studio allows voice messages (menu prompts) to be prepared in-house using a Windows PC, a multimedia sound card, and a microphone. The program records standard WAV files which can be converted to telephony files or can be edited. It also excels at converting professionally recorded studio tapes to digitized telephony files. Batch recording and conversion Vox Studio converts WAV files, in batch mode, to VOX (or VAP) telephony files (ADPCM, CCITT A-law and Mu-law, PCM, WAV, CVSD for cards by Dialogic, NMS and many others)."; 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 = ''; } }