var fDesc=new Array(); fDesc[0] = "Musicians like to learn new songs and techniques while listening to repeated parts of songs. Usually, they aren't able to control the speed of playback.
Amazing Slow Downer provides the means to slow down the music, so you can learn the music in real-time by playing it from a CD, MP3, WAV, AIFF, MP4, WMA and many other file formats.

Other features include: Increasing the music speed to up to twice the normal rate - making pitch adjustments in semi-tones at full or lower speed - setting loop points - using keyboard shortcuts."; 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 = ''; } }