119
Instruction Manual - Incite Digital Video Presentation Systems
Programming
Audio SEND_COMMANDs (Cont.)
?AUDMIC_PREAMP_GAIN
Requests the gain of the microphone before the amplifier.
Syntax:
SEND_COMMAND <DEV>, “’?AUDMIC_PREAMP_GAIN’”
Example:
SEND_COMMAND MIC_1,”’?AUDMIC_PREAMP_GAIN’”
Returns a COMMAND string of the form:
AUDMIC_PREAMP_GAIN-<gain>
AUDMIC_PREAMP_GAIN
Sets the pre-amplifier gain of the microphone addressed by the D:P:S to <value>.
Syntax:
SEND_COMMAND <DEV>, “’AUDMIC_PREAMP_GAIN-<gain>’”
Variables:
gain = 0-100. The units are in %.
Example:
SEND_COMMAND MIC_1,”’AUDMIC_PREAMP_GAIN-50’”
Sets the pre-amplifier gain for the microphone port (#1 based on D:P:S) to 50%.
?AUDMIC_STEREO
Requests the microphone port(s) that is/are in use.
Syntax:
SEND_COMMAND <DEV>, “’?AUDMIC_STEREO’”
Example:
SEND_COMMAND MICROPHONE_1, “’?AUDMIC_STEREO’”
Returns a COMMAND string of the form:
AUDMIC_STEREO-<option>
AUDMIC_STEREO
Sets which microphone port addressed by the D:P:S to use.
Syntax:
SEND_COMMAND <DEV>, “’AUDMIC_STEREO-<option>’”
Variable:
option = “dual mono” or “single stereo”
Example:
SEND_COMMAND MIC_1, “’AUDMIC_STEREO-single stereo’”
Sets the microphone port (#1 based on the D:P:S) to use both the microphone inputs as dual
mono.
?AUDOUT_BALANCE
Request the current balance setting for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’?AUDOUT_BALANCE’”
Example:
SEND_COMMAND AUDIO_OUTPUT_1, “’?AUDOUT_BALANCE’”
Returns a COMMAND string of the form:
AUDOUT_BALANCE-<balance>
AUDOUT_BALANCE
Sets the left and right balance for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDOUT_BALANCE-<balance>’”
Variable:
balance = -20 to 20 in dB.
Example:
SEND_COMMAND AUDIO_OUTPUT_1, “’AUDOUT_BALANCE-5’”
Sets the balance to favor the right speaker for audio output port (#1 based on D:P:S) 5dB.
?AUDOUT_DELAY
Requests the current delay for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’?AUDOUT_DELAY’”
Example:
SEND_COMMAND AUDIO_OUTPUT_1, “’?AUDOUT_DELAY’”
Returns a COMMAND string of the form:
AUDOUT_DELAY-<delay>
AUDOUT_DELAY
Sets the delay in regards to the input for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDOUT_DELAY-<delay>’”
Variable:
delay = 0 to 200 in milliseconds
Example:
SEND_COMMAND AUDIO_OUTPUT_1, “’AUDOUT_DELAY-50’”
Sets the delay for the audio output port (#1 based on D:P:S) to 50.