104
NO Command Syntax Example
58
AUDMIC_GATING
_THRESH
Command:
SEND_COMMAND <DEV>,
"'AUDMIC_GATING_THRESH-<value
>'"
Return:
AUDMIC_GATING_THRESH-<value>
Description:
Sets the threshold while gating for
the microphone port addressed by
the D:P:S.
Variables:
value={-60-0}
Command:
SEND_COMMAND
MICROPHONE_1,
“’AUDMIC_GATING_THRE
SH--20’”
Return:
AUDMIC_GATING_THRESH--
20
59
?AUDMIC_GATING
_THRESH
Command:
SEND_COMMAND <DEV>,
"'?AUDMIC_GATING_THRESH '"
Return:
AUDMIC_GATING_THRESH
-<value>
Description:
Requests the threshold setting while
gating from the microphone port
addressed by the D:P:S.
value={-60-0}
Command:
SEND_COMMAND
MICROPHONE_1,
“’?AUDMIC_GATING_THR
ESH ’”
Return:
AUDMIC_GATING_THRESH--
20
60 AUDMIC_LIMITER
Command:
SEND_COMMAND <DEV>,
"'AUDMIC_LIMITER-<OFF|LOW||ME
DIUM|HIGH|CUSTOM>'"
Return:
AUDMIC_LIMITER-<OFF|LOW||MEDI
UM|HIGH|CUSTOM>
Description:
Enables or Disables whether the
microphone addressed by D:P:S has
the Limiter functionality turned on.
Command:
SEND_COMMAND
MICROPHONE_1,
“’AUDMIC_LIMITER-OFF’
”
Return:
AUDMIC_LIMITER-OFF