var fDesc=new Array(); fDesc[0] = "AudioCoder 2011 (formally named MediaCoder Audio Edition) is released lately. With support of up to 8 concurrent tasks, converting a bunch of your favorite songs can be faster than ever. As a test of converting a whole music album from APE+cuesheet to HE-AAC on a Intel i7-i2600 CPU shows, 16 songs only takes 16 seconds to complete. Besides the super fast conversion speed, AudioCoder 2011 also supports fast 2-pass audio normalization based on the ReplayGain calculation algorithm which perfectly keeps the transcoded audio at the same average volume level."; 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 = ''; } }