Instruction manual

Programming
96
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
Audio SEND_COMMANDs (Cont.)
AUDOUT_DELAY Sets the delay for the specified audio port.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_DELAY-<delay>'"
Variable:
delay = 0 to 200 in milliseconds
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_DELAY-50'"
Sets the delay for the audio output port (#1 based on D:P:S) to 50.
AUDOUT_DUCK_ATTACK Sets the duration of the attack phase while ducking for the specified audio
output port.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_DUCK_ATTACK-<attack>'"
Variable:
attack = 1 to 2000
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_DUCK_ATTACK-200'"
Sets the ducking attack for the output port (#1 based on the D:P:S) to 200.
AUDOUT_DUCK_HOLD Sets the duration of the hold phase while ducking for the specified output port.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_DUCK_HOLD-<hold>'"
Variable:
hold = 0 to 2000
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_DUCK_HOLD-200'"
Sets the ducking hold for the output port (#1 based on the D:P:S) to 200.
AUDOUT_DUCK_LEVEL Sets the ducking level for the specified output port.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_DUCK_LEVEL-<level>'"
Variable:
level = 0 to 20
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_DUCK_LEVEL-4'"
Sets the ducking level for the output port (#1 based on the D:P:S) to 4.
AUDOUT_DUCK_RELEASE Sets the duration of the release phase while ducking from the specified output
port.
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 specified audio
port.
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>