112
Instruction Manual - Incite Digital Video Presentation Systems
Programming
Audio SEND_COMMANDs (Cont.)
?AUDIN_STEREO
Requests to see if the audio port addressed by the D:P:S has the stereo setting enabled or disabled.
Syntax:
SEND_COMMAND <DEV>, “’?AUDIN_STEREO’”
Example:
SEND_COMMAND AUDIO_INPUT_1,”’?AUDIN_STEREO’”
Returns a COMMAND string of the form:
AUDIN_STEREO-<setting>
AUDIN_STEREO
Enables or disables the stereo setting on the audio 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 = enable or disable
Example:
SEND_COMMAND AUDIO_INPUT_1,”’AUDIN_STEREO-enable’”
?AUDMIC_COMPRESSION
Requests the setting of compression for a microphone.
Syntax:
SEND_COMMAND <DEV>, “’?AUDMIC_COMPRESSION’”
Example:
SEND_COMMAND MICROPHONE_1, “’?AUDMIC_COMPRESSION’”
Returns a COMMAND string of the form:
AUDMIC_COMPRESSION-<setting>
AUDMIC_COMPRESSION
Sets the setting of compression of the microphone port addressed by the D:P:S to <setting>.
Syntax:
SEND_COMMAND <DEV>, “’AUDMIC_COMPRESSION-<setting>’”
Variable:
setting = off, low, medium, high, custom
Example:
SEND_COMMAND MICROPHONE_1, “’AUDMIC_COMPRESSION-high’”
Sets the compression for the microphone port (#1 based on D:P:S) to high.
?AUDMIC_COMPRESSION_
ATTACK
Requests the duration of the attack phase while compressing for a microphone.
Syntax:
SEND_COMMAND <DEV>, “’?AUDMIC_COMPRESSION_ATTACK’”
Example:
SEND_COMMAND MICROPHONE_1, “’?AUDMIC_COMPRESSION_ATTACK’”
Returns a COMMAND string of the form:
AUDMIC_COMPRESSION-ATTACK-<attack>
AUDMIC_COMPRESSION_
ATTACK
Sets the duration of the attack phase while compressing for the microphone port addressed by the
D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDMIC_COMPRESSION_ATTACK-<attack>’”
Variable:
attack = 1 to 2000
Example:
SEND_COMMAND MICROPHONE_1, “’AUDMIC_COMPRESSION_ATTACK-200’”
Sets the compression attack for the microphone port (#1 based on the D:P:S) to 200.
?AUDMIC_COMPRESSION_
RATIO
Requests the ratio while compressing for a microphone.
Syntax:
SEND_COMMAND <DEV>, “’?AUDMIC_COMPRESSION_RATIO’”
Example:
SEND_COMMAND MICROPHONE_1, “’?AUDMIC_COMPRESSION_RATIO’”
Returns a COMMAND string of the form:
AUDMIC_COMPRESSION-RATIO-<ratio>
AUDMIC_COMPRESSION_
RATIO
Sets the ratio while compressing for the microphone port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDMIC_COMPRESSION_RATIO-<ratio>’”
Variable:
ratio = 1 to 20
Example:
SEND_COMMAND MICROPHONE_1, “’AUDMIC_COMPRESSION_RATIO-5’”
Sets the compression ratio for the microphone port (#1 based on the D:P:S) to 5.