116
NO Command Syntax Example
output port addressed by the D:P:S.
Variables:
value={10-5000}
97 ?AUDOUT_DUCK_RELEASE
Command:
SEND_COMMAND <DEV>,
"'?AUDOUT_DUCK_RELEASE'"
Return:
AUDOUT_DUCK_RELEASE-<value>
Description:
Requests the duration of the release
phase while ducking from the
output port addressed by the D:P:S.
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’?AUDOUT_DUCK_RELEA
SE’”
Return:
AUDOUT_DUCK_RELEASE-20
98 AUDOUT_DUCK_THRESH
Command:
SEND_COMMAND <DEV>,
"'AUDOUT_DUCK_THRESH-<value>'
"
Return:
AUDOUT_DUCK_THRESH-<value1,v
alue2>
Description:
Individually sets the ducking
thresholds of both mixed
microphone and priority
microphone for the audio port
addressed by the D:P:S.
Variables:
value1={-60-0}
value2={-60-0}
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’AUDOUT_DUCK_THRES
H--20,-20’”
Return:
AUDOUT_DUCK_THRESH--2
0, -20
99 ?AUDOUT_DUCK_THRESH
Command:
SEND_COMMAND <DEV>,
"'?AUDOUT_DUCK_THRESH'"
Return:
AUDOUT_DUCK_THRESH-<value1,v
alue2>
Description:
Requests the current ducking
thresholds of both microphone
ports for the audio port addressed
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’?AUDOUT_DUCK_THRES
H’”
Return:
AUDOUT_DUCK_THRESH--2
0,-20