Audout_Ducking; Audout_Eq_Cf; Audout_Eq_Ft; Audout_Eq_Gain - AMX Enova DVX-3150HD-SP Instruction Manual

All-in-one presentation switchers
Hide thumbs Also See for Enova DVX-3150HD-SP:
Table of Contents

Advertisement

Audio SEND_COMMANDs

?AUDOUT_DUCKING

AUDOUT_DUCKING

?AUDOUT_EQ_CF

AUDOUT_EQ_CF

?AUDOUT_EQ_FT

AUDOUT_EQ_FT

?AUDOUT_EQ_GAIN

Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
Requests the ducking setting for the specified audio port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_DUCKING'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_DUCKING'"
Returns a COMMAND string of the form:
AUDOUT_DUCKING-<setting>
Sets the ducking for the specified audio port.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_DUCKING-<setting>'"
Variable:
setting = off, low, medium, high, custom
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_DUCKING-low'"
Sets the ducking for the audio output port (#1 based on D:P:S) to low.
Requests the center frequency on the specified equalizer band on the specified audio output
port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_EQ_CF-<band>'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'?AUDOUT_EQ_CF-1'"
Returns a COMMAND string of the form:
AUDOUT_EQ_CF-<band>,<value>
Sets the center frequency on the specified equalizer band on the specified audio output port.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_EQ_CF-<band>,<value>'"
Variables:
band = 1..10 if on the audio output port.
value =20..20000. The units are in Hz.
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'AUDOUT_EQ_CF-1=80'"
Sets the center frequency on band #1 of audio port 1 equalizer to 80.
SEND_COMMAND AUDIO_OUTPUT_2,"'AUDOUT_EQ_CF-5=100'"
Sets the center frequency on band #5 of audio port 2 equalizer to 100.
Requests the filter type on the specified equalizer band on the specified audio output port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_EQ_FT-<band>'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'?AUDOUT_EQ_FT-1'"
Returns a COMMAND string of the form:
AUDOUT_EQ_FT-<band>,<filter>
Sets the filter type on a specific equalizer band on the specified audio output port.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_EQ_FT-<band>=<filter type>'"
Variables:
band = 1..10 if on the audio output port.
filter type = Bell, Band Pass, Band Stop, High Pass, Low Pass, Treble Shelf, and Bass Shelf
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'AUDOUT_EQ_FT-1=Low Pass'"
Sets the filter type on band #1 of audio port 1 equalizer to Low Pass.
Requests the gain on a specific equalizer band on the specified audio output port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_EQ_GAIN-<band>'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'?AUDOUT_EQ_GAIN-1'"
Returns a COMMAND string of the form:
AUDOUT_EQ_GAIN-<band>,<value>
Programming
Continued 
91

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents