pamix(1) pamix man page pamix(1)

pamix - pavucontrol inspired ncurses based pulseaudio mixer

PAmix is a pavucontrol inspired ncurses based pulseaudio mixer

pamix is configured using a file called pamix.conf inside the $XDG_CONFIG_HOME or $HOME/.config, should it not be set.

PAmix conf files support the following commands:
* bind

SYNOPSIS: bind KEYNAME MIXER-COMMAND [ARGUMENT]

bind is used to bind a keyname to a mixer-command.
Some mixer-commands require an argument.
You can bind a keyname to multiple mixer-commands.

Pamix-Commands can be bound to keys using the bind command and are used to interact with pamix.
The following pamix-commands are currently supported:

quit will cause PAmix to exit and takes no arguments.

select-tab will select one of the following tabs: Output Devices, Input Devices, Playback, Recording, Cards
select-tab takes the number of the tab to switch to starting at 0 in the order mentioned.

select-next and select-prev

these commands are given the optional argument 'channel' they will select the next and previous channels. if no argument is given they will select the next and previous entry in the displayed tab.

this command takes the targetvalue in form of a double as an argument.
depending on whether channels are locked, this command will set the volume of the selected entry/channel to the targetvalue given in the argument.
Example: bind 0 set-volume 1.0 ; this will set the volume to 100%

this command takes a deltavalue in form of a double as an argument.
the deltavalue can be negative Example: bind h add-volume -0.05 ; this will reduce the volume by 5%

these commands will change the device or port of the currently selected entry.
they don't take any arguments.

this command toggles whether channels should be locked together for the currently selected entry
and takes no arguments.

toggles whether the currently selected entry is muted
and takes no arguments.

Keybindings:
F1 show Playback tab
F2 show Recording tab
F3 show Output devices tab
F4 show Input devices tab
F5 show Cards tab
0-9 set volume to percentage (10%-100%)
j/down select next channel or entry
k/up select previous channel or entry
h/left decrease volume
l/right increase volume
c un/lock channels
s/S select next/previous device/port

27 Nov 2024 V