var fDesc=new Array(); fDesc[0] = "WaveMaker MP3 to WAV Converter 2.3 is a powerful tool to convert MP3 to WAV.

The application is very easy to use and powerful in converting MP3 files to WAV music format. The interface is very easy to use and asks the user to add MP3 files into the main window, where those are listed.

For each MP3 file in the conversion list, user can see all the corresponding info that appears with the file: the ID3 tag info.

Before starting the conversion, user selects the output directory (folder), and sets the quality level in the options tab: 16 bits for CD high quality or 8 bit for a lower quality (and smaller file). In the options section, user can apply some effects such as clear the leading or trailing silences in the file, normalize the file sound level, as well as to set the length for the fade in and fade out at the beginning and the end of the resulting WAV file.

For converting the listed files, user can select to decode one by one or all of them at the same time in batch mode conversion.

The application is very useful for converting MP3 music files to WAV format to be able to play them on any CD or DVD player, to correct different sound levels, silences, fade in or out, 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 = ''; } }