Instruction manual
Programming
97
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
Audio SEND_COMMANDs (Cont.)
AUDOUT_DUCK_THRESH Individually sets the ducking thresholds of both microphone ports for the
specified audio port.
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 specified audio port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_DUCKING'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_DUCKING'"
Returns a COMMAND string of the form:
AUDOUT_DUCKING-<setting>
AUDOUT_DUCKING Sets the ducking for the specified audio port.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_DUCKING-<setting>'"
Variable:
setting = off, low, medium, high, custom
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_DUCKING-low'"
Sets the ducking for the audio output port (#1 based on D:P:S) to low.
?AUDOUT_EQ_CF Requests the center frequency on the specified equalizer band on the
specified audio output port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_EQ_CF-<band>'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'?AUDOUT_EQ_CF-1'"
Returns a COMMAND string of the form:
AUDOUT_EQ_CF-<band>,<value>
AUDOUT_EQ_CF Sets the center frequency on the specified equalizer band on the specified
audio output port.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_EQ_CF-<band>,<value>'"
Variables:
band = 1..10 if on the audio output port.
value =20..20000. The units are in Hz.
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'AUDOUT_EQ_CF-1=80'"
Sets the center frequency on band #1 of audio port 1 equalizer to 80.
SEND_COMMAND AUDIO_OUTPUT_2,"'AUDOUT_EQ_CF-5=100'"
Sets the center frequency on band #5 of audio port 2 equalizer to 100.
?AUDOUT_EQ_FT Requests the filter type on the specified equalizer band on the specified audio
output port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_EQ_FT-<band>'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'?AUDOUT_EQ_FT-1'"
Returns a COMMAND string of the form:
AUDOUT_EQ_FT-<band>,<filter>