Alsa sound mixer
```
Jank (ASS) Alsa Mixer.
dependencies:
alsa
build:
make
make (un)install:
make install
make uninstall
usage:
mixer -t
mixer -l
mixer -c Master -g
mixer -c Master -s 80
mixer -c Master -m 1
arguments:
-t TUI [default if no arguments passed.]
-l list playback controls
-d card sound card [default: "default" ]
-c name control name [required for -g/-s/-m ]
-g get volume [percent ]
-s pct set volume [0-100 ]
-m 0|1 mute [off/on ]
keybinds:
j/k or arrows move
+/- volume
[/] switch ALSA card
m mute
M mute all
U unmute all
? help
q quit
```