Programming
89
Instruction Manual - Enova DVX-325xHD/22xxHD All-in-One Presentation Switchers
Audio SEND_COMMANDs (Cont.)
?AUDMIC_EQ_CF
Requests the frequency for the specified microphone band of the equalizer for the microphone port
addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_EQ_CF-<band>'"
Variables:
band = 1..3 on the microphone inputs.
Example:
SEND_COMMAND MIC_1,"'?AUDMIC_EQ_CF-1'"
Returns a COMMAND string of the form: AUDMIC_EQ_CF-<band>,<value>.
AUDMIC_EQ_CF
Sets the frequency for the specified microphone band of the equalizer for the microphone port addressed
by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_EQ_CF-<band>,<frequency>'"
Variables:
band = 1..3 on the microphone inputs.
frequency = 20 to 20,000 in Hz.
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_EQ_CF-1,1000'"
Sets the frequency for the first band of the equalizer for the selected microphone port (#1 based on
D:P:S) to be 1000.
?AUDMIC_EQ_FT
Requests the filter type of the specified microphone band of the equalizer for the microphone port
addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_EQ_FT-<band>'"
Variable:
band = 1..3 on the microphone inputs.
Example:
SEND_COMMAND MIC_1,"'?AUDMIC_EQ_FT-1'"
Returns a COMMAND string of the form: AUDMIC_EQ_FT-<band>,<value>.
AUDMIC_EQ_FT
Set the filter type of any of the specified microphone band of the equalizer for the microphone port
addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_EQ_FT-<band>,<type>'"
Variables:
band = 1..3 on the microphone inputs.
type = bell, band pass, band stop, high pass, low pass, treble shelf, bass shelf
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_EQ_FT-1,band pass'"
Sets the filter type for the first band of the equalizer for the selected microphone port (#1 based on
D:P:S) to band pass.
?AUDMIC_EQ_GAIN
Requests the gain on the microphone equalizer setting of band <band> on the output audio port
addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_EQ_GAIN-<band>'"
Variable:
band = 1..3 on the microphone inputs.
Example:
SEND_COMMAND MIC_1,"'?AUDMIC_EQ_GAIN-1'"
Returns a COMMAND string of the form:
AUDMIC_EQ_GAIN-<band>,<value>.
AUDMIC_EQ_GAIN
Sets the gain on the microphone equalizer band <band> on the output audio port addressed by the D:P:S
to <value>.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_EQ_GAIN-<band>,<value>'"
Variables:
band = 1..3 on the microphone inputs.
value = -12..12. The units are in dB.
Example:
SEND_COMMAND MIC_1,"'AUDMIC_EQ_GAIN-1,8'"
Sets the gain on microphone band #1 of microphone 1 equalizer to 8.
SEND_COMMAND MIC_2,"'AUDMIC_EQ_GAIN-3,10'"
Sets the gain on microphone band #3 of microphone 2 equalizer to 10.