audios 0.1.0

Switch audio output device without the macOS GUI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## audios

This repository contains the source code for `audios`.

The purpose of `audios` is to control the active audio output device without the GUI.

### Usage

```bash
# audios uses switchaudio-osx under the hood
brew install switchaudio-osx

audios
```