OSDN Git Service

e511f984abc32efd640a8f832e76f7fc14db3ede
[android-x86/external-alsa-utils.git] / alsamixer / alsamixer.1
1 .TH ALSAMIXER 1 "25 Nov 1998"
2 .SH NAME
3 alsamixer \- soundcard mixer for ALSA soundcard driver, with ncurses interface
4 .SH SYNOPSIS
5
6 \fBalsamixer\fP [\fIoptions\fP]
7
8 .SH DESCRIPTION
9 \fBalsamixer\fP is an ncurses mixer program for use with the ALSA
10 soundcard drivers. It supports multiple soundcards with multiple devices.
11
12 .SH INVOKING
13
14 \fBalsamixer\fP [\fIoptions\fP]
15
16 .SS Options
17
18 .TP
19 \fI-h, -help\fP 
20 Help: show available flags.
21
22 .TP
23 \fI-c\fP <card number>
24 Select the soundcard to use, if you have more than one. Cards are
25 numbered from 1 (the default).
26
27 .TP
28 \fI-m\fP <device number>
29 Select the soundcard device to control, if your card has more than
30 one. Devices are numbered from 0 (the default). Not to be confused
31 with the soundcard mixer channels, which are sometimes also referred
32 to as "devices", just to be annoying. Many soundcards will only have
33 device 0. Some more complex cards may have more. This flag corresponds
34 to the -d flag for \fBamixer\fP, \fBarecord\fP, and \fBaplay\fP.
35
36 .TP
37 \fI-e\fP
38 Start in "exact mode." This will affect the numbers you see displayed
39 for volumes, but does not affect operation of the level controls.
40 The default behavior is to show levels in percent from 0 to 100. This
41 is easy to read, but can mislead you about how much control the
42 soundcard actually lets you have. Exact mode, on the other hand, shows
43 you the settings as the soundcard itself understands them. In exact
44 mode, each channel level is between 0 and a power of 2 minus one
45 (e.g. 0-7, or 0-63). Exact mode may also be toggled while alsamixer is
46 running, by using \fITAB\fP.
47
48 .SH KEYBOARD COMMANDS
49 \fBalsamixer\fP recognizes the following keyboard commands to control the soundcard. 
50
51 .SS
52 General Controls
53
54 The \fILeft\fP and \fIright arrow\fP keys are used to select the
55 channel (or device, depending on your preferred terminology). You can
56 also use \fIn\fP ("next") and \fIp\fP ("previous").
57
58 The \fIUp\fP and \fIDown Arrows\fP control the volume for the
59 currently selected device. You can also use \fI+\fP or \fI-\fP for the
60 same purpose. Both the left and right signals are affected. For
61 independent left and right control, see below.
62  
63 \fIM\fP toggles muting for the current channel (both left and right). You can
64 mute left and right independently by using \fI,\fP and \fI.\fP respectively.
65
66 \fISPACE\fP toggles recording: the current channel will be added or
67 removed from the sources used for recording. This only works for valid
68 input channels, of course.
69
70 \fIR\fP toggle display of playback or record mixer.
71
72 \fIL\fP re-draws the screen.
73
74 \fITAB\fP toggles the mode for volume display. See description for the
75 \fI-e\fP flag above.
76
77 .SS
78 Quick Volume Changes
79
80 \fIPageUp\fP increases volume by 10.
81
82 \fIPageDown\fP decreases volume by 10.
83
84 \fIHome\fP sets volume to maximum.
85
86 \fIEnd\fP sets volume to 0.
87
88 You can also control left & right levels for the current channel
89 independently, as follows:
90
91 [\fIQ\fP | \fIW\fP | \fIE\fP ]  -- turn UP [ left | both | right ]
92
93 [\fIZ\fP | \fIX\fP | \fIC\fP ] -- turn DOWN [ left | both | right ]   
94
95 If the currently selected mixer channel is not a stereo channel, then
96 all UP keys will work like \fIW\fP, and all DOWN keys will work like \fIX\fP.
97
98 .SS
99 Exiting
100
101 Quit the program with \fIALT Q\fP, or by hitting \fIESC\fP.
102
103 .SH SEE ALSO
104 \fB
105 amixer(1),
106 arecord(1)
107 \fP
108
109 .SH BUGS 
110 There is no help screen implemented yet. Some terminal emulators
111 (e.g. \fBnxterm\fP) may not
112 work quite right with ncurses, but that's their own damn
113 fault. Plain old \fBxterm\fP seems to be fine.
114
115 .SH AUTHOR
116 .B alsamixer
117 has been written by Tim Janik <timj@gtk.org> and
118 been furtherly improved by Jaroslav Kysela <perex@suse.cz>.
119
120 This manual page was provided by Paul Winkler <zarmzarm@erols.com>.