var fDesc=new Array(); fDesc[0] = "ocenaudio is a simple tool for editing and analyzing audio files. It allows you to load any number of files and apply built-in effects and filters such as Normalize, Smooth, Invert, Reverse, Delay, and Noise Reduction. Support for VST plugins allow you to add additional features to this program using third-party tools.

To speed up complex audio files editing, ocenaudio includes Multi-Selection. With this tool, you can simultaneously select different portions of an audio file and listen, edit, or even apply an effect to them."; 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 = ''; } }