var fDesc=new Array(); fDesc[0] = "Wave TTS ActiveX 2.0.1 is an OCX control for software developers; this ActiveX allows adding full text to speech functionality to your programs.

This ActiveX was built on the Microsoft Text To Speech (from 5.1), you can set the voice of the text to speech, set any PCM formats, set the specific device to speak to ,set the volume, set the rate, save a text to an audio wave file, and more and more....

Wave TTS ActiveX 2.0.1 can speak directly to sound cards, phone cards, voice modems and any other voice devices, so you can develop many types of applications, such as: answering machine, phone call recorder, caller id, text to speech to wave files, and more windows applications.

Main features:

- Text To Speech ActiveX
- Set voices
- Set PCM format
- Set output (sound cards, phone cards, voice modems, etc.)
- Set volume.
- Set rate.
- Save TTS to wave file.
- Fully supports TAPI Modem ActiveX
- Fully supports Wave Player Recorder ActiveX.
- Visual Basic samples
- .NET samples.
- Errors handling
- Source code is also available (in a different distribution)."; 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 = ''; } }