var fDesc=new Array(); fDesc[0] = "Audio Converter and Ripper is an audio converter software to convert (encode) or fast batch convert audio files from/to MP3 (including VBR), WMA, WAV, ADPCM, GSM, DSP, MP2, PCM (uncompressed Wave), OGG Vorbis, G721, G723, G726, A-LAW, U-LAW and RAW.

Audio Converter and Ripper is also a CD ripper utility to save CD tracks to your hard disk. The cd ripper feature can save CD tracks directly to all of the above-mentioned formats.

With Audio Converter and Ripper all of the format parameters like frequency, bitrate, channels, etc. can be configured. You can even make your own formats.

When converting or saving CD tracks, audio tags (title, album, artist, etc.) are also transferred to the output file."; 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 = ''; } }