117
NO
Command
Syntax
Example
by the
D:P:S.
100
AUDOUT_DUCKING
Command:
SEND_COMMAND <DEV>,
"'AUDOUT_DUCKING-<OFF|LOW||M
EDIUM|HIGH|CUSTOM>'"
Return:
AUDOUT_DUCKING-<OFF|LOW||ME
DIUM|HIGH|CUSTOM>
Description:
Sets the setting of ducking for the
audio port addressed by the D:P:S.
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’AUDOUT_DUCKING-OF
F’”
Return:
AUDOUT_DUCKING-OFF
101
?AUDOUT_DUCKING
Command:
SEND_COMMAND <DEV>,
"'?AUDOUT_DUCKING'"
Return:
AUDOUT_DUCKING-<OFF|LOW||ME
DIUM|HIGH|CUSTOM>
Description:
Requests the current setting of
ducking for the audio port
addressed by the D:P:S.:
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’?AUDOUT_DUCKING’
”
Return:
AUDOUT_DUCKING-OFF
102
AUDOUT_EQ_CF
Command:
SEND_COMMAND <DEV>,
"AUDOUT_EQ_CF-<band>,<value>'
"
Return:
AUDOUT_EQ_CF-<band>,<value>
Description:
Sets the center frequency on the
equalizer band <band> on the
output audio port addressed by the
D:P:S
to <value>.
Variables:
band = {1-10}
value= {20-20000}
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’AUDOUT_EQ_CF-1,20’
”
Return:
AUDOUT_EQ_CF-1,20