var fDesc=new Array(); fDesc[0] = "Ants Sound Recorder is an audio streaming tool which is designed to record audio streaming from any sources passing through PC into audio files like MP3, WAV, WMA, AAC, MP4, M4A, etc. Then you may transfer the audio files to your iPhone or iPod devices with the Apple iTunes program.

You may also edit or play the audio files on your PC, or even burn the audio files as audio CDs with a CD burner device and a CD Burning program.

It allows you to set some recording parameters, such as channel, volume, sample rate, bit depth. You may also configure the output audio format's parameters like CBR, VBR, bitrate, quality, etc."; 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 = ''; } }