-
Notifications
You must be signed in to change notification settings - Fork 33
/
pamixer.1
115 lines (90 loc) · 1.5 KB
/
pamixer.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
.TH pamixer 1
.SH NAME
pamixer \- Pulseaudio command line mixer
.SH SYNOPSIS
.B pamixer
[OPTIONS]
.SH DESCRIPTION
.B pamixer
controls the volume levels of Pulseaudio sinks and sources.
.SH OPTIONS
.TP
.B "\-h, \-\-help"
.br
Show help message.
.TP
.BI \-\-sink " INDEX"
.br
Choose a different sink than the default.
.TP
.BI \-\-source " INDEX"
.br
Choose a different source than the default.
.TP
.B \-\-default\-source
.br
Select the default source.
.TP
.B \-\-get\-volume
.br
Get the current volume.
.TP
.B \-\-get\-volume\-human
.br
Get the current volume percentage or the string "muted".
.TP
.BI \-\-set\-volume " PERCENTAGE"
.br
Set the volume.
.TP
.BI "\-i, \-\-increase" " PERCENTAGE"
.br
Increase the volume.
.TP
.BI "\-d, \-\-decrease" " PERCENTAGE"
.br
Decrease the volume.
.TP
.B "\-t, \-\-toggle\-mute"
.br
Switch between mute and unmute.
.TP
.BI "\-m, \-\-mute"
.hr
Set mute.
.TP
.BI \-\-allow\-boost
.br
Allow volume to go above 100%.
.TP
.BI \-\-gamma " AMOUNT"
.br
Increase/decrease using gamma correction, e.g. 2.2.
.TP
.B "\-u, \-\-unmute"
.br
Unset mute.
.TP
.B \-\-get\-mute
.br
Display true if the volume is mute, false otherwise.
.TP
.B \-\-list\-sinks
.br
List the sinks.
.TP
.B \-\-list\-sources
.br
List the sources.
.SH EXAMPLES
.TP
.B "pamixer \-d 5"
Will decrease the volume by 5% on the default sink.
.TP
.B "pamixer \-\-source 2 \-m"
Will mute source 2.
.SH SEE ALSO
.BR amixer (1),
.BR alsamixer (1)
.SH COPYRIGHT
Copyright \(co 2011-2022 Clément Démoulins <[email protected]>.