tree: 158417289b13ed713f2fe53622eef3c2a0160969 [path history] [tgz]
  1. BUILD.gn
  2. README.md
  3. vol_app.cc
bin/media/vol/README.md

Command Line Volume Control Tool (vol)

    vol <args>
        --help           show this message
        --show           show system audio status
        --token=<id>     select the device by token
        --uid=<uid>      select the device by partial UID
        --input          select the default input device
        --gain=<db>      set system audio gain
        --mute=(on|off)  mute/unmute system audio
        --agc=(on|off)   enable/disable AGC

    Given no arguments, vol waits for the following keystrokes
        +            increase system gain
        -            decrease system gain
        m            toggle mute
        a            toggle agc
        enter        quit