var fDesc=new Array(); fDesc[0] = "Free Audio Dub is a free audio editing tool that helps you to extract parts of an audio track. The interface is absolutely simple and intuitive. It has the usual play-control buttons and two other buttons to help you move to the previous and next “frame” for more accurate results. This frame (usually the minimum portion of audio that can contain complete information) varies from format to format. As Free Audio Dub works with different audio codecs, the length and reach of these “frames” will also vary.

What is remarkable about this tool is that it requires no re-encoding of the audio. When working with compressed files, one typically needs to re-encode them into WAV when you require extracting a portion of it. Well, this editor does not need to do that.

When you mark a part of a track to be cut off, you can play the selected part to ensure that you are cutting off the right piece. You can either delete the marked portion or create a separate output file, when required. It can handle multiple popular formats, such as MP3, WAV, WMA, AAC, AC3, M4A, MP2, Ogg, etc.

Its options will allow you to automatically shut down your computer after the editing process is done. You are offered a wide choice of languages and the possibility of checking if there are updates available."; 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 = ''; } }