alsa mixer
  • C 98.3%
  • Makefile 1.7%
Find a file
2026-04-17 20:31:16 +00:00
Makefile we on git now nurga 2026-04-17 20:27:48 +00:00
mixer.c we on git now nurga 2026-04-17 20:27:48 +00:00
README.md fix readme formatting 2026-04-17 20:31:16 +00:00

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