var fDesc=new Array(); fDesc[0] = "Blue Cat's FreqAnalyst is a free spectrum analyzer plug-in that lets you monitor the spectral content of your audio signal in real time. It has been designed to provide extreme smoothness and high resolution for both time and frequency: unlike most spectrum analyzers, Blue Cat's FreqAnalyst is able to display continuous variations even with a very high frequency resolution, thanks to its unique smooth interpolation algorithms.
Most aspects of the audio to frequency display conversion can be managed, which lets you total control over the monitoring. A special thresholding system has been developed to help you see the important parts of the spectrum easily. In case you need extra precision in a particular frequency range, you can zoom the display and check the part of the graph you are interested in.
This plug-in supports Blue Cat's skinning language, so that you can customize the user interface to your personal needs."; 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 = ''; } }