Vaddio AV Bridge CONFERENCE User Manual
Page 25
AV Bridge CONFERENCE
Vaddio AV Bridge CONFERENCE - Document Number 342-0767 Rev A Page 25 of 32
Audio Volume
NAME
audio volume - Gets or sets the current audio gain (input/capture) and volume (output/playback)
SYNOPSIS
audio volume
DESCRIPTION
Method used to get or set the current audio volume
OPTIONS
get Get the current audio volume
up Increment audio volume one step
down Decrement audio volume one step
set Set the audio volume level. The level must be in the range from 0-10 inclusive
EXAMPLES
audio volume get
volume:
Returns the current audio volume
----
audio volume set 6
OK
Sets the audio volume level to 6
----
audio volume set 5
OK
Sets the audio volume level to 5
Audio
NAME
audio - Gets or sets the current audio settings
SYNOPSIS
audio {input {get|balanced|unbalanced} | mute {get|on|off|toggle} |
volume {get|up|down|set
DESCRIPTION
Method used to get or set the current audio settings
OPTIONS
input Get or set the current audio input source
mute Get or set the current audio mute
volume Get or set the current audio volume
EXAMPLES
audio input unbalanced
Sets the audio input to unbalanced
----
audio mute get
mute: off
Returns the current audio mute
----
audio volume up
Increment the audio volume by one step
Exit
NAME
exit - ends the current API command session
SYNOPSIS
exit
DESCRIPTION
Ends the current API command session. If the session is over telnet, the session is ended and the socket is
closed. If the session is over serial, a new session is started.