Instruction manual
Programming
94
Enova DVX-2150HD/2155HD All-in-One Presentation Switcher Operation/Reference Guide
Audio SEND_COMMANDs (Cont.)
AUDOUT_DUCK
_PRIORITY
Sets the ducking priority for
the output port.
Sets which microphone for the audio port addressed by the D:P:S to prioritize.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_DUCK_PRIORITY-<option>'"
Variable:
option = mic1 or none
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_DUCK_PRIORITY-mic1'"
Gives priority to microphone 1 over microphone 2.
?AUDOUT_DUCK
_RELEASE
Requests the ducking
release time for the audio
port.
Requests the current ducking release for the audio port addressed by the
D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_DUCK_RELEASE'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_DUCK_RELEASE'"
Returns a COMMAND string of the form: AUDOUT_DUCK_RELEASE-<value>.
AUDOUT_DUCK
_RELEASE
Sets the ducking release for
the output port.
Sets the duration of the release phase while ducking from the output port
addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_DUCK_RELEASE-<release>'"
Variable:
release = 10 to 5000
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_DUCK_RELEASE-200'"
Sets the ducking release for the output port (#1 based on the D:P:S) to 200.
?AUDOUT_DUCK_
THRESH
Requests the ducking
threshold for the
microphones on the audio
port.
Requests the current ducking thresholds of both microphone ports for the audio
port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_DUCK_THRESH'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_DUCK_THRESH'"
Returns a COMMAND string of the form:
AUDOUT_DUCK_THRESH-<mic1_thresh>,<mic2_thresh>.
AUDOUT_DUCK_THRESH
Sets the ducking thresholds
of both microphone ports for
the audio port.
Individually sets the ducking thresholds of both microphone ports for the audio
port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_DUCK_THRESH-<mic1_thresh>'"
Variables:
mic1_thresh = -60 to 0
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_DUCK_THRESH--12'"
Sets the two microphone thresholds for the audio output port (#1 based on
D:P:S) to -12.
?AUDOUT_DUCKING
Requests the ducking
setting for the audio port.
Requests the current setting of ducking for the audio port addressed by the
D:P:S.:
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_DUCKING'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_DUCKING'"
Returns a COMMAND string of the form: AUDOUT_DUCKING-<setting>.