var fDesc=new Array(); fDesc[0] = "Soundrouter enables you to route the output of any sound card on your system to the input of any other, through a variety of audio plugins, which you can use for effects, such as compression, limiting , equalization or full-blown audio processing.

You need more than one sound card in your computer for this to be really useful. Results using Virtual Audio Cables have been disappointing.


You also need a third – party plugin to do what you want ( a variety are available, some are free on the internet. For links, see the Get Plugins Menu)."; 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 = ''; } }