Copyright © 2015 WyreStorm Technologies |
Query Auto Switching State (Enabled/Disabled)
gbconfig --show --plug-detect
Queries that auto switch is enabled or disabled.
gbconfig --show --plug-detect
Y: Auto switching enabled
N: Auto switching disabled
Set Audio Output Volume Level
gbconfig --line-out=1 --level-control=[Value]
Sets the volume level of AUDIO OUT port.
gbconfig --line-out=1 --level-control=-56
Query Audio Output Volume Level
gbconfig --show --line-out=1 --level-control
Obtains the volume level of AUDIO OUT port.
gbconfig --show --line-out=1 --level-control
Mute Audio Output
gbconfig --line-out=1 --mute=[Value]
Mutes or unmutes the output of AUDIO OUT port.
gbconfig --line-out=1 --mute=y
Query Audio Output Mute State
gbconfig --show --line-out=1 --mute
Queries that the output of AUDIO OUT port is
muted or not.
gbconfig --show --line-out=1 --mute