var fDesc=new Array(); fDesc[0] = "It analyzes and displays peak levels of the sound.

This meter indicates only what is fed into the wave input channel. To monitor playback output levels you have two options:

1. use the Windows Mixer ‘What You Hear’ option if you have it. Often Vista and Windows 7 do not, but see the note below about enabling this feature.

2. Feed the wave output back into the wave input, either externally with a cable.

Features:

-Mono matrix can be set to M = (A B) - 3dB or 6dB. Traditionally the BBC have used M3, though M6 is increasingly used. Channels can be labelled L & R or A & B.Displays Left, Right, Mono (sum) and Stereo (difference) simultaneously.
-The peak markers can be set to hold the peak. Click on the window to reset.
-There is also a 20dB button. This increases the gain of of the Stereo difference indication by 20dB (10 times). M, L & R are not affected.
-The colour of each bar can be set to any colour from the options screen. By default all bars are green but it possible to have, for example, red and green for A and B."; 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 = ''; } }