Instruction manual
Programming
85
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
Audio SEND_COMMANDs (Cont.)
AUDIN_DIGITAL Sets the format for the specified audio input port.
Syntax:
SEND_COMMAND <DEV>, "'AUDIN_DIGITAL-<format>'"
Variable:
format = LPCM, AC3, DTS, MPEG, AAC
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 specified audio port.
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 specified audio port 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.
?AUDIN_STEREO Requests the stereo setting (stereo/mono) of the specified audio input port.
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 Sets the stereo setting on the specified input port.
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 or mono
Example:
SEND_COMMAND AUDIO_INPUT_1,"'AUDIN_STEREO-stereo'"
?AUDIO_MUTE See the ?AUDOUT_MUTE section on page 100.
AUDIO_MUTE See the AUDOUT_MUTE section on page 100.
?AUDMIC_COMPRESSION Requests the compression setting for the microphone.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_COMPRESSION'"
Example:
SEND_COMMAND MICROPHONE_1, "'?AUDMIC_COMPRESSION'"
Returns a COMMAND string of the form:
AUDMIC_COMPRESSION-<setting>