Instruction manual

Programming
86
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
Audio SEND_COMMANDs (Cont.)
AUDMIC_COMPRESSION Sets the compression setting for the specified microphone 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 specified
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 compression attack for the specified microphone port.
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 compression ratio setting for the specified 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 compression ratio for the specified microphone port.
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.
?AUDMIC_COMPRESSION_RELEASE Requests the duration of the release phase while compressing for a specified
microphone.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_COMPRESSION_RELEASE'"
Example:
SEND_COMMAND MIC_1, "'?AUDMIC_COMPRESSION_RELEASE'"
Returns a COMMAND string of the form:
AUDMIC_COMPRESSION-RELEASE-<release>