var fDesc=new Array(); fDesc[0] = "Audiotran allows you to increase or decrease the speed of any audio file without changing the pitch, or change the pitch without changing the speed. You can create quick load play lists and record your settings for each song. You can create start and end points to play only a selected portion of the file in a continuous loop. This is especially useful for musicians who want to learn part of a song, perhaps an instrumental solo etc. You can record the Speed, Pitch, Start / End loop points for each song. These settings will load each time you select a file. File types supported are:-
mp3, mp2, wav, ogg, aiff, wma, wmv, asx, asf, m4a, mp4, flac, aac, ac3, wv, it, xm, s3m, mod, mtm, mo3, cda.

Great for musicians, slow the audio down and learn those solos, guitar riffs etc. Write down lyrics in one session.
Create practice loops - Use the loop start / end button to create loops at the required position in the music.
Option to remember pitch, speed and loop point settings for each song.
Automatically detects BPM (Beats Per Minute) for each song."; 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 = ''; } }