Audio Output Send_Commands; Audout_Eq_Cf; Audout_Eq_Enable; Audout_Balance - AMX Enova DGX 100 Series Hardware Reference Manual

Digital media switchers, enclosures, input/output/expansion boards
Hide thumbs Also See for Enova DGX 100 Series:
Table of Contents

Advertisement

Audio Input SEND_COMMANDs (Cont.)
Command

?AUDOUT_BALANCE

AUDOUT_BALANCE

?AUDOUT_DELAY

AUDOUT_DELAY

Audio Output SEND_COMMANDs

Audio Output SEND_COMMANDs
Command

?AUDOUT_EQ_CF

AUDOUT_EQ_CF

?AUDOUT_EQ_ENABLE

Enova Digital Media Switchers - Hardware Reference Manual
Description
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.
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 (-).
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.
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.
Description
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.
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.
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>
Integrated Master - NetLinx Programming
227

Advertisement

Table of Contents
loading

Table of Contents