Mic on DVX3150
kennyann
Posts: 113
Is there a way to turn the mic off on output 1 but not on output2. Thank you.
0
Comments
Havent actually tried it yet...
You can mix it to -100 (on selected audio out), but didn't find mute... This is from the op guide. Dont think it was any mute in the web interface either, but guessing -100 will do..?
Anyway... Download the op guide and take a look at what you can control.
And play with the web interface if you got a DVX-3150 on hand.
Kenneth K
I got a DVX - it does not look like I can through the web interface. I thought someone has tried it through send_commands but I have not find a way either.
I have a video conference on input 7 and VGA on input 1. We have the main room on output 1 and the any video and audio being sent to the video conference system on output 2. When we client is using the video conference on output 1 and they are using the presentation mode - sending VGA to output 2 to the video conference system. We have the mic on and we get looping back in the main room. This only happens with the Mics are turned on. I think the DVX is sending mic to all output zones. We are trying to cut the mic on main zone and have it sent on output 2 so that we hear all audio from the video conference system. It looks like mic is being sent on all outputs which is causing the audio loop.
Thank you.
Here is some code to toggle the mic mixes on the individual outputs.
For your scenario simply call fnToggleMicMute(1,1) when you start a videoconference and fnToggleMicMute(1,0) when you start a presentation.
Uncheck the check box for mic 1 should off mic 1.
The check box enables or disables mic for all zones I believe.