108
NO Command Syntax Example
70 ?AUDMIC_EQ_ENABLE
Command:
SEND_COMMAND <DEV>,
"'?AUDMIC_EQ_ENABLE '"
Return:
AUDMIC_EQ_ENABLE -<OFF|ON>
Description:
Request the EQ of the audio mic
addressed by the D:P:S.
Command:
SEND_COMMAND
MICROPHONE_1,
“’?AUDMIC_EQ_ENABLE’
”
Return:
AUDMIC_EQ_ENABLE-OFF
71 AUDOUT_BALANCE
Command:
SEND_COMMAND <DEV>,
"'AUDOUT_BALANCE-<value>'"
Return:
AUDOUT_BALANCE-<value>
Description:
Sets the left and right balance for
the audio port addressed by the
D:P:S.
Variables:
value={-20~20}
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’AUDOUT_BALANCE-10
’”
Return:
AUDOUT_BALANCE-10
72 ?AUDOUT_BALANCE
Command:
SEND_COMMAND <DEV>,
"'?AUDOUT_BALANCE"
Return:
AUDOUT_BALANCE-<value>
Description:
Request the current balance setting
for the audio port addressed by the
D:P:S.
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’?AUDOUT_BALANCE’
”
Return:
AUDOUT_BALANCE-10
73 AUDOUT_MAXVOL
Command:
SEND_COMMAND <DEV>,
"'AUDOUT_MAXVOL-<value>'"
Return:
AUDOUT_MAXVOL-<value>
Description:
Sets the maximum volume for the
audio port addressed by the D:P:S.
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’AUDOUT_MAXVOL-100
’”
Return:
AUDOUT_MAXVOL-100