![AMX DGX-AIE Скачать руководство пользователя страница 226](http://html1.mh-extra.com/html/amx/dgx-aie/dgx-aie_hardware-reference-manual_2939028226.webp)
Integrated Master - NetLinx Programming
226
Enova Digital Media Switchers - Hardware Reference Manual
Audio Input SEND_COMMANDs (Cont.)
Command
Description
?AUDIN_COMPRESSION_RELEASE
Requests the compression release for the audio port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDIN_COMPRESSION_RELEASE'"
Example:
SEND_COMMAND AUDIO_1, "'?AUDIN_COMPRESSION_RELEASE'"
Returns a COMMAND string of the form:
AUDIN_COMPRESSION_RELEASE-<release>
Note: See the AUDIN_COMPRESSION_RELEASE command for the compression release range.
AUDIN_COMPRESSION_RELEASE
Sets the duration of the release phase while compressing for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDIN_COMPRESSION_RELEASE-<release>'"
Variable:
• release = 10 to 5000 (in ms)
Example:
SEND_COMMAND AUDIO_INPUT_1, "'AUDIN_COMPRESSION_RELEASE-200'"
Sets the compression release for the audio port to 200.
?AUDIN_COMPRESSION_THRESH
Requests the compression threshold for the audio port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDIN_COMPRESSION_THRESH'"
Example:
SEND_COMMAND AUDIO_INPUT_1, "'?AUDIN_COMPRESSION_THRESH'"
Returns a COMMAND string of the form:
AUDIN_COMPRESSION_THRESH-<threshold>
Note: See the AUDIN_COMPRESSION_THRESH command for the compression threshold range.
AUDIN_COMPRESSION_THRESH
Sets the compression threshold for the audio input port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDIN_COMPRESSION_THRESH-<threshold>'"
Variable:
• threshold = 0 to -60 (in dB)
Example:
SEND_COMMAND AUDIO_INPUT_1, "'AUDIN_COMPRESSION_THRESH--10'"
Sets the threshold while compressing for selected audio input port to -10 dB.
?AUDIN_GAIN
Requests the gain of the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDIN_GAIN'"
Example:
SEND_COMMAND AUDIO_INPUT_1, "'?AUDIN_GAIN'"
Returns a COMMAND string of the form:
AUDIN_GAIN-<gain>
Note: See the AUDIN_GAIN command for the gain range.
AUDIN_GAIN
Sets the gain for the audio port addressed by the D:P:S to <gain>.
Syntax:
SEND_COMMAND <DEV>, "'AUDIN_GAIN-<gain>'"
Variable:
• gain = -24 to 24 (in dB)
Example:
SEND_COMMAND AUDIO_INPUT_1, "'AUDIN_GAIN-12'"
Sets the gain of the audio input port to 12 dB.
?AUDIN_STEREO
Requests the stereo setting of the audio input port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDIN_STEREO'"
Example:
SEND_COMMAND AUDIO_INPUT_1, "'?AUDIN_STEREO'"
Returns a COMMAND string of the form:
AUDIN_STEREO-<ENABLE|DISABLE>
AUDIN_STEREO
Enables or disables the stereo setting on the audio input port addressed by the D:P:S.
If enabled, the stereo setting is on. If disabled, the stereo setting is off, which means it is mono.
Syntax:
SEND_COMMAND <DEV>, "'AUDIN_STEREO-<setting>'"
Variable:
• setting = stereo setting, either ENABLE or DISABLE
Example:
SEND_COMMAND AUDIO_INPUT_1, "'AUDIN_STEREO-ENABLE'"