var fDesc=new Array(); fDesc[0] = "Acon Digital Restoration Suite is a collection of four audio restoration and noise reduction plug-ins. DeNoise is a plug-in designed to reduce stationary noise, such as broadband noise, hiss, wind noise, buzz and camera noise. DeClip restores audio recordings distorted by analog or digital clipping. DeHum targets hum and buzz typically introduced by poorly grounded electrical equipment, but also other tonal noise sources like electrical motor noise. DeClick is designed to remove impulsive noise such as clicks, crackle, plosives and thumps.

These plugins are available as VST, VST3, or AAX plug-ins."; 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 = ''; } }