An open API service indexing awesome lists of open source software.

https://github.com/radj307/volume-control-cli

Commandline app-specific volume control utility for Windows.
https://github.com/radj307/volume-control-cli

cli cmd cmdline command-line-interface commandline nircmd sndvol soundvolumeview vccli volume-control volume-control-cli windows

Last synced: about 2 months ago
JSON representation

Commandline app-specific volume control utility for Windows.

Awesome Lists containing this project

README

        




Latest Tag Shield   Total Downloads Shield

***

Commandline app-specific volume control utility for Windows.

This is the commandline version of **[Volume Control](https://github.com/radj307/volume-control)**, which adds fully configurable & extensible hotkeys for controlling the mixer volume level of specific apps *(and much more)*.

## Features

- Supports both Audio Input & Audio Output Devices
- Supports changing the volume/mute state of specific processes
- View the ProcessId & ProcessName of all active audio sessions
- Interactive device/session queries (`-Q`|`--query`)
- Custom flexible GNU-style syntax
- Supports minimal I/O for shell scripts (`-q`|`--quiet`)
- Built-in documentation (`vccli -h`)

## Installation

1. Download the [latest release](https://github.com/radj307/vccli).
2. Extract to a directory of your choice.

> ### :warning: Important
> If you want to be able to call `vccli` from any working directory without specifying the full path, you'll have to add the directory where you placed `vccli.exe` to [your PATH environment variable](https://stackoverflow.com/a/44272417/8705305).
> Once you've done that, restart your terminal emulator to refresh its environment & you'll be able to call `vccli` from anywhere.

## Usage

Run `vccli -h` in a terminal to see the built-in usage guide & the most up-to-date documentation.