#audio-devices #audio #windows #cli #command-line

app win-audio-devices-cli

A Windows CLI to manage audio devices

2 unstable releases

0.2.0 Oct 30, 2023
0.1.0 Oct 30, 2023

#18 in #audio-devices

Download history 22/week @ 2024-02-25 31/week @ 2024-03-31 194/week @ 2024-04-21

194 downloads per month

MIT license

22KB
419 lines

win-audio-devices-cli

Manage your audio interfaces from the command line

🤸 Alpha software, expect bugs and instability 🤸

Installation

The command below will install a bin called wadc in your ~/.cargo/bin directory.

cargo install win-audio-devices-cli

Usage

wadc --json will print a JSON representation of all audio devices. This is currently the only command.

Scope

The goal is to provide the kind of functionality that normally requires a lot of mouseclicking straight from the terminal. This can then be easily bound to hotkeys or used in scripts.

For obvious reasons, in its current state this won't work outside Windows, but if it's useful and a common set of interfaces can be found, it could be

Goals:

  • Output system info in JSON
  • Pretty print info to terminal
  • Set default devices
  • Set default devices interactively
  • Play sounds to quickly identify devices
  • Mute or unmute microphones

Since they are already trivially accessible from the keyboard the following are unikely to be implemented:

  • Change volume
  • Mute speakers
  • Media controls

Dependencies