-
Notifications
You must be signed in to change notification settings - Fork 1
/
aiomixer.1
43 lines (43 loc) · 938 Bytes
/
aiomixer.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
.Dd April 4, 2019
.Dt AIOMIXER 1
.Os
.Sh NAME
.Nm aiomixer
.Nd mixer for
.Nx
audio
.Sh SYNOPSIS
.Nm aiomixer
.Op Fl d Ar device
.Sh DESCRIPTION
.Nm
is a frontend for
.Nx
mixer devices that runs in your terminal.
.Pp
.Nm
allows controlling audio levels, whether a particular input or
output is muted, and the current DAC.
.Pp
The default mixer device is
.Pa /dev/mixer .
The
.Fl d
flag can be used to specify an alternative mixer device.
.Sh USAGE
.Nm
is primarily controlled using the cursor keys, e.g. to select a
control, or change a control's value.
.Pp
When the cursor is in the control pane, the Escape key will return
the cursor to the class selection pane.
When the cursor is in the class selection pane, pressing the Escape
key will exit
.Nm .
.Pp
By default, volume levels for individual channels cannot be changed
separately.
The channels can be unlocked and re-locked using the U key.
.Sh SEE ALSO
.Xr mixerctl 1 ,
.Xr audio 4