Programming
83
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
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>
AUDMIC_COMPRESSION_RELEASE
Sets the duration of the release phase while compressing for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_COMPRESSION_RELEASE-<release>'"
Variable:
release = 1 to 5000
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_COMPRESSION_RELEASE-200'"
Sets the compression release for the microphone port (#1 based on the D:P:S) to 200.
?AUDMIC_COMPRESSION_THRESH
Requests the compression threshold for a specified microphone.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_COMPRESSION_THRESH'"
Example:
SEND_COMMAND MIC_1, "'?AUDMIC_COMPRESSION_THRESH'"
Returns a COMMAND string of the form:
AUDMIC_COMPRESSION-THRESH-<thresh>.
AUDMIC_COMPRESSION_THRESH
Sets the compression threshold for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_COMPRESSION_THRESH-<thresh>'"
Variable:
thresh = 0 to -60
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_COMPRESSION_THRESH--20'"
Sets the compression threshold for the microphone port (#1 based on the D:P:S) to -20.
AUDMIC_DUCK_ATTACK
Sets the ducking attack for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_DUCK_ATTACK-<attack>'"
Variable:
attack = 1 to 2000
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_DUCK_ATTACK-200'"
Sets the ducking attack for the microphone port (#1 based on the D:P:S) to 200.
AUDMIC_DUCK_HOLD
Sets the ducking hold for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_DUCK_HOLD-<hold>'"
Variable:
hold = 0 to 2000
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_DUCK_HOLD-200'"
Sets the ducking hold for the microphone port (#1 based on the D:P:S) to 200.
Continued
Audio SEND_COMMANDs