var fDesc=new Array(); fDesc[0] = "Electronic Cosmo’s MPEG Suite is a free and fast audio encoding, decoding, and conversion tool. It transcodes WAV files into MPEG Layer I, II, or III files, and vice versa, and can also be used as an MP3 re-encoder, allowing you to create new MP3 files with a higher or lower compression ratio. All the parameters are fully customizable, and the application offers you three different audio encoders to choose from.

This audio tool is very easy to configure, offering you different settings sections for each of its three main functions. The audio encoder, which allows you to convert WAV files into MP3s, works equally well with any of the three encoding engines supported, though only one (developed by Electronic Cosmo) offers you the possibility of choosing among the three MPEG Layers available. The audio channels and the bit rate are always customizable, regardless of the codec selected. The decoder, which allows you to reconstruct your WAV files, needs no further configuration - however, it offers you the possibility of creating RAW audio files, if so desired."; 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 = ''; } }