var fDesc=new Array(); fDesc[0] = "RX Post Production Suite is a set of tools for audio repair, editing, and mixing. It includes RX 5 Advanced Audio Editor that can remove distortion, mic interference, plosives, and mouth clicks. It can also replace missing ambiences. RX Final Mix tool gives your mixes, stems and sub-mixes a smooth sonic balance; you can mix in real time, surround sound with significantly lower latency.

"Insight" provides an extensive set of audio analysis and metering tools, perfect for visualizing changes made during mixing and mastering, troubleshooting problematic mixes, and ensuring compliance with broadcast loudness standards."; 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 = ''; } }