Programming
97
Instruction Manual - Enova DVX-325xHD/22xxHD All-in-One Presentation Switchers
Audio SEND_COMMANDs (Cont.)
AUDOUT_EQ_Q
Sets the quality factor (Q) on the equalizer band <band> on the output audio port addressed by the D:P:S
to <value>.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_EQ_Q-<band>=<factor>'"
Variables:
band = 1-10 if on the audio output port.
factor = range depends on filter type (AUDOUT_EQ_FT)
Bell: range is 0.1 - 20.0
Band Pass: range is 0.1 - 20.0
Band Stop: range is 0.1 - 20.0
High Pass: range is 0.5 - 1.4
Low Pass: range is 0.5 - 1.4
Treble Shelf: range is 0.5 - 1.0
Bass Shelf: range is 0.5 - 1.0
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'AUDOUT_EQ_Q-1=8'"
Sets the Q on band #1 of the audio port 1 equalizer to 8.
?AUDOUT_MAXVOL
Requests the current maximum volume for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_MAXVOL'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_MAXVOL'"
Returns a COMMAND string of the form: AUDOUT_MAXVOL-<maximum>.
AUDOUT_MAXVOL
Sets the maximum volume for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_MAXVOL-<maximum>'"
Variable:
maximum = 0 to 100 in percent
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_MAXVOL-75'"
Sets the maximum for the audio output port (#1 based on D:P:S) to 75%.
?AUDOUT_MINVOL
Requests the current minimum volume for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_MINVOL'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_MINVOL'"
Returns a COMMAND string of the form: AUDOUT_MINVOL-<minimum>.
AUDOUT_MINVOL
Sets the minimum volume for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_MINVOL-<minimum>'"
Variable:
minimum = 0 to 100 in percent.
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_MINVOL-5'"
Sets the minimum for the audio output port (#1 based on D:P:S) to 5%.
?AUDOUT_MUTE
Requests if the audio port addressed by the D:P:S is muted.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_MUTE'"
Example:
SEND_COMMAND dxDev, "'?AUDOUT_MUTE'"
Returns a COMMAND string of the form: AUDOUT_MUTE-<enable|disable>.
AUDOUT_MUTE
Enable or disable audio muting on the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>,"'AUDOUT_MUTE-<setting>'"
Variables:
setting = desired mute state, either ENABLE or DISABLE
Example:
SEND_COMMAND dxDev,"'AUDOUT_MUTE-DISABLE'"