aboutsummaryrefslogtreecommitdiff
path: root/alsamixer/README
blob: 05c6615b49a4c2ae944725a7608631f29735df4d (plain)
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
Using Alsamixer
===============

Alsamixer uses an ncurses interface, which may not display properly in
an xterm.

Start it by typing "alsamixer".

Optional flags:
alsamixer -h displays the available flags.
alsamixer -e starts in "exact" mode. See below...
alsamixer -c N selects the soundcard to control, where N is the number of
the card, counting from 1.
alsamixer -m selects which mixer device to control, counting from 0. This
is only applicable to soundcards that have more than one mixer to 
control. It is the same as the amixer -d flag.


Keyboard commands:
==================

Left & right arrow keys are used to select the channel (or device,
depending on your preferred terminology). You can also use n (next) 
and p (previous).

Up/down arrows control the volume for the currently selected device.
Both the left & right signals are controlled.
You can also use "+" or "-" to turn volumes up or down.

"M" toggles muting for the current channel (both left and right). You can
mute left and right independently by using , and . respectively.

SPACE toggles recording: the current channel will be added or removed from
the sources used for recording. This only works on valid input channels,
of course.

"L" re-draws the screen.

TAB does something interesting: it toggles the mode for volume display.
This affects the numbers you see, but not the operation of the level
controls. There seem to be two modes: one is percentages from 0-100, the
other is called "exact mode" and varies from channel to channel. This
shows you the settings as the soundcard understands them. All the channel
level ranges are from 0 to a power of 2 minus one (e.g. 0-31 or 0-63).

Quick Volume Changes
--------------------

PageUp increases volume by 10.
PageDown decreases volume by 10.
Home sets volume to 100.
End sets volume to 0.

You can also control left & right levels for the current channel
independently,
according to this chart:

Q  |  W  |  E    <-- UP
-------------
Z  |  X  |  C    <---DOWN

^     ^     ^
|     |     +-- Right
|     |
|     +--- Both
|
Left


If the current mixer channel is not a stereo channel, then all UP keys
will work like W, and all DOWN keys will work like X.


Exiting
=======

You can exit with ALT + Q, or by hitting ESC.


-----------------------------------------------------------------

Alsamixer has been written by Tim Janik <timj@gtk.org> and
been furtherly improved by Jaroslav Kysela <perex@perex.cz>.
This document was provided by Paul Winkler <zarmzarm@erols.com>.