111
Instruction Manual - Incite Digital Video Presentation Systems
Programming
Audio SEND_COMMANDs (Cont.)
?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>
AUDIN_COMPRESSION_RE-
LEASE
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 = 1 to 5000
Example:
SEND_COMMAND AUDIO_INPUT_1, “’AUDIN_COMPRESSION_RELEASE-200’”
Sets the compression release for the audio port (#1 based on the D:P:S) 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>
AUDIN_COMPRESSION_
THRESH
Sets the threshold while compressing 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 the selected audio input port (#1 based on D:P:S) to
-10dB.
?AUDIN_DIGITAL
Requests the format of the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’?AUDIN_DIGITAL’”
Example:
SEND_COMMAND AUDIO_INPUT_1, “’?AUDIN_DIGITAL’”
Returns a string of the form:
AUDIN_DIGITAL-<format>
AUDIN_DIGITAL
Sets the format for the audio input port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDIN_DIGITAL-<format>’”
Variable:
format = PCM-2ch, PCM-8ch, AC3, DTS, MPEG, AAC, TrueHD, DTSHD
Example:
SEND_COMMAND AUDIO_INPUT_1, “’AUDIN_DIGITAL-AAC’”
Sets the audio format for the audio input port (#1 based on D:P:S) to AAC.
?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>
AUDIN_GAIN
Sets the gain of 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 (#1 based on D:P:S) to 12 dB.