1pamixer(1)                  General Commands Manual                 pamixer(1)
2
3
4

NAME

6       pamixer - Pulseaudio command line mixer
7
8

SYNOPSIS

10       pamixer [OPTIONS]
11
12

DESCRIPTION

14       pamixer controls the volume levels of Pulseaudio sinks and sources.
15
16

OPTIONS

18       -h, --help
19              Show help message.
20
21
22       --sink INDEX
23              Choose a different sink than the default.
24
25
26       --source INDEX
27              Choose a different source than the default.
28
29
30       --default-source
31              Select the default source.
32
33
34       --get-volume
35              Get the current volume.
36
37
38       --get-volume-human
39              Get the current volume percentage or the string "muted".
40
41
42       --set-volume PERCENTAGE
43              Set the volume.
44
45
46       -i, --increase PERCENTAGE
47              Increase the volume.
48
49
50       -d, --decrease PERCENTAGE
51              Decrease the volume.
52
53
54       -t, --toggle-mute
55              Switch between mute and unmute.
56
57
58       -m, --mute
59              Set mute.
60
61
62       --allow-boost
63              Allow volume to go above 100%.
64
65
66       --gamma AMOUNT
67              Increase/decrease using gamma correction e.g. 2.2.
68
69
70       -u, --unmute
71              Unset mute.
72
73
74       --get-mute
75              Display true if the volume is mute, false otherwise.
76
77
78       --list-sinks
79              List the sinks.
80
81
82       --list-sources
83              List the sources.
84
85

EXAMPLES

87       pamixer -d 5
88              Will decrease the volume by 5% on the default sink.
89
90
91       pamixer --source 2 -m
92              Will mute source 2.
93
94

SEE ALSO

96       amixer(1), alsamixer(1)
97
98
99
101       Copyright © 2011 - 2022 Clément Démoulins <clement@archivel.fr>.
102
103
104
105                                                                    pamixer(1)
Impressum