98
NO
Command
Syntax
Example
40
AUDMIC_EQ_CF
Command:
SEND_COMMAND <DEV>,
"AUDMIC_EQ_CF-<band>,<value>'"
Return:
AUDMIC_EQ_CF-<band>,<value>
Description:
Sets the frequency for the specified
microphone band of the equalizer
for the microphone port addressed
by the D:P:S.
Variables:
band = {1-3}
value= {20-20000}
Command:
SEND_COMMAND
MICROPHONE_1,
“’AUDMIC_EQ_CF-1,20’
”
Return:
AUDMIC_EQ_CF-1,20
41
?AUDMIC_EQ_CF
Command:
SEND_COMMAND <DEV>,
"'?AUDMIC_EQ_CF-<band>'"
Return:
AUDMIC_EQ_CF-<band>,<value>
Description:
Requests the frequency for the
specified microphone band of the
equalizer for the microphone port
addressed by the D:P:S.
Variables:
band = {1-3}
Command:
SEND_COMMAND
MICROPHONE_1,
“’?AUDMIC_EQ_CF-1’”
Return:
AUDMIC_EQ_CF-1,20
42
AUDMIC_EQ_FT
Command:
SEND_COMMAND <DEV>,
"AUDMIC_EQ_FT-<band>,<type>'"
Return:
AUDMIC_EQ_FT-<band>,<type>
Description:
Set the filter type of any of the
specified microphone band of the
equalizer for the microphone port
addressed by the D:P:S.
Variables:
band = {1-3}
type={bell, band pass, band stop,
high pass, low pass, treble shelf,
Command:
SEND_COMMAND
MICROPHONE_1,
“’AUDMIC_EQ_FT-1,bell’
”
Return:
AUDMIC_EQ_FT-1,bell