var fDesc=new Array(); fDesc[0] = "Sound Recorder Player ActiveX is an ActiveX (OCX) component for software developers.

With this ActiveX component you can record (and play) any sound from any sound device to MP3, WMA, WAV, OGG and APE audio files.

Also, you can detect a voice/silence; you can display 2 types of audio graph (amplitude and frequency), get full information about the audio files, set the ID3 tags, and much more.

The Sound Recorder Player ActiveX can also play those audio files and many other audio formats (such as VOX, AIF, SND, CDA tracks from an Audio CD, and more) without to install any additional audio codecs on the local machine.

There is no need to install any additional codec or a Direct-Show filter in order to handle with the audio formats that are supported by the component.

This component supports many events, with errors handling, runs fast and very easy to the use."; 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 = ''; } }