Audout_Eq_Gain; Audout_Eq_Mode; Audout_Eq_Q; Audout_Group_Mute - AMX NCITE-813 Instruction Manual

Incite digital video presentation systems
Hide thumbs Also See for NCITE-813:
Table of Contents

Advertisement

Audio SEND_COMMANDs (Cont.)

AUDOUT_EQ_GAIN

?AUDOUT_EQ_MODE

AUDOUT_EQ_MODE

?AUDOUT_EQ_Q

AUDOUT_EQ_Q

AUDOUT_GROUP_MUTE

AUDOUT_GROUP_VOLUME

?AUDOUT_MAXVOL

Instruction Manual - Incite Digital Video Presentation Systems
Sets the gain on the equalizer band <band> on the output audio port addressed by the D:P:S to
<value>.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_EQ_GAIN-<band>,<value>'"
Variables:
band = 1..10 if on the audio output port.
value = -12..12. The units are in dB.
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'AUDOUT_EQ_GAIN-1=8'"
Sets the gain on band #1 of audio port 1 equalizer to 8.
SEND_COMMAND AUDIO_OUTPUT_2,"'AUDOUT_EQ_GAIN-5=-10'"
Sets the gain on band #5 of audio port 2 equalizer to -10.
Request the current mode of the equalizer for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "?'AUDOUT_EQ_MODE'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_EQ_MODE'"
Returns a COMMAND string of the form:
AUDOUT_EQ_MODE-<mode>
Sets the mode for the equalizer for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_EQ_MODE-<mode>'"
Variables:
mode = off, voice, music, movie
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_EQ_MODE-movie'"
Sets the equalizer to favor the sounds of a movie for the audio output port (#1 based on D:P:S).
Requests the quality factor (Q) on the equalizer setting of band <band> on the output audio port
addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_EQ_Q-<band>'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'?AUDOUT_EQ_Q-1'"
Returns a COMMAND string of the form:
AUDOUT_EQ_Q-<band>,<factor>
Sets the quality factor (Q) on the equalizer band <band> on the output audio port addressed by
the D:P:S to
<value>.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_EQ_Q-<band>=<factor>'"
Variables:
band = 1-10 if on the audio output port.factor = range depends on filter type (AUDOUT_EQ_FT)
Bell: range is 0.1 - 20.0
Band Pass: range is 0.1 - 20.0
Band Stop: range is 0.1 - 20.0
High Pass: range is 0.5 - 1.4
Low Pass: range is 0.5 - 1.4
Treble Shelf: range is 0.5 - 1.0
Bass Shelf: range is 0.5 - 1.0
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'AUDOUT_EQ_Q-1=8'"
Sets the Q on band #1 of the audio port 1 equalizer to 8.
Requests the current maximum volume for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_MAXVOL'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_MAXVOL'"
Returns a COMMAND string of the form:
AUDOUT_MAXVOL-<maximum>
Programming
122

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ncite-813acNcite-813a

Table of Contents