var fDesc=new Array(); fDesc[0] = "A tool for developers under Visual Basic, ACCESS, EXCEL, Delphi and other developer surroundings which provide ActiveX. ttWave can be used in correspondence with topTapi to play WAVE files through a sound device or to take up the WAVE files through a sound device. Play several waves through the different devices (sound card, modem, ISDN card or the ports of a more-channel telephone card). The wave events inform you at any time about the present status of the respective sound-devices. ttWave is an ActiveX control which can be used together with topTapi to play wave files through a corresponding sound device or to memory incoming wave data's into a file. The sound device can be a sound card or a modem, ISDN card or a telephone card. Requirement for the playback or the recording of wave files is, that these equipment's have an installed device which makes these functions possible.

The recording or playback quality depends decisively on the used hardware. Simple voice modems provide normally only the format 8Khz, 16bit, which is sufficient for the playback through a telephone line. ttWave has no limits according to the use of different wave formats. It only depends on the used device which formats can be used"; 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 = ''; } }