![AMX DGX-AIE Hardware Reference Manual Download Page 227](http://html1.mh-extra.com/html/amx/dgx-aie/dgx-aie_hardware-reference-manual_2939028227.webp)
Integrated Master - NetLinx Programming
227
Enova Digital Media Switchers - Hardware Reference Manual
Audio Output SEND_COMMANDs
Audio Input SEND_COMMANDs (Cont.)
Command
Description
?AUDOUT_BALANCE
Requests 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>
See the AUDOUT_BALANCE command for the balance range.
AUDOUT_BALANCE
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 steps, left to right (default value is 0).
Examples:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_BALANCE-5'"
Sets balance to favor the right speaker for audio output port #1 to 5 steps (+).
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_BALANCE--5'"
Sets balance to favor the left speaker for audio output port #1 to 5 steps (-).
?AUDOUT_DELAY
Requests the 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>
See the AUDOUT_DELAY command for the delay range.
AUDOUT_DELAY
Sets the delay for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_DELAY-<delay>'"
Variable:
• delay = 0 to 200 (in ms)
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_DELAY-50'"
Sets the delay for the audio output port to 50 milliseconds.
Audio Output SEND_COMMANDs
Command
Description
?AUDOUT_EQ_CF
Requests the center frequency on the specified equalizer band on the audio output port addressed
by the D:P:S.
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>
Note: See the AUDOUT_EQ_CF command for the band and value ranges.
AUDOUT_EQ_CF
Sets the center frequency on the specified equalizer band on the audio output port addressed by
the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_EQ_CF-<band>,<value>'"
Variables:
• band = 1 to 10
• value = 20 to 20000 (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_ENABLE
Requests audio EQ enabled status.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_EQ_ENABLE'"
Example:
SEND_COMMAND dxDev, "'?AUDOUT_EQ_ENABLE'"
Returns a COMMAND string of the form:
AUDOUT_EQ_ENABLE-<ON|OFF>