Instruction manual
Programming
92
Enova DVX-2150HD/2155HD All-in-One Presentation Switcher Operation/Reference Guide
Audio SEND_COMMANDs (Cont.)
AUDMIC_STEREO
Sets the microphone to be
used by the microphone
port.
Sets which microphone port addressed by the D:P:S to use.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_STEREO-<option>'"
Variable:
option = "dual mono" or "single stereo"
Example:
SEND_COMMAND MIC_1, "'AUDMIC_STEREO-single stereo'"
Sets the microphone port (#1 based on the D:P:S) to use both the microphone
inputs as dual mono.
?AUDOUT_BALANCE
Requests the current
balance setting for the audio
port.
Request the current balance setting for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_BALANCE'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_BALANCE'"
Returns a COMMAND string of the form: AUDOUT_BALANCE-<balance>.
AUDOUT_BALANCE
Sets the balance for the
audio port.
Sets the left and right balance for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_BALANCE-<balance>'"
Variable:
balance = -20 to 20 in dB.
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_BALANCE-5'"
Sets the balance to favor the right speaker for audio output port (#1 based on
D:P:S) 5dB.
?AUDOUT_DELAY
Requests the delay for the
audio port.
Requests the current delay for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_DELAY'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_DELAY'"
Returns a COMMAND string of the form: AUDOUT_DELAY-<delay>.
AUDOUT_DELAY
Sets the delay for the audio
port.
Sets the delay in regards to the input for the audio port addressed by the D:P:S.
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
Requests the ducking attack
for the audio port.
Requests the current ducking attack for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_DUCK_ATTACK'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_DUCK_ATTACK'"
Returns a COMMAND string of the form: AUDOUT_DUCK_ATTACK-<attack>.