var fDesc=new Array(); fDesc[0] = "VibeWire's multichannel delivery system allows you to send up to ten unfiltered, uncompressed audio sources at once across the local network with low latency. Its IP based transmission system ensures sample for sample precision to be received by any remote SoundScape3D enabled application.
Use VibeWire to send audio streams over your LAN to any SoundScape3D enabled application or hardware device such as VibeStation or the SoundSim Rack."; 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 = ''; } }