OSDN Git Service

Updated
[android-x86/external-alsa-utils.git] / alsamixer / alsamixer.1
1 .TH ALSAMIXER 1 "15 May 2001"
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 or idenfication>
24 Select the soundcard to use, if you have more than one. Cards are
25 numbered from 0 (the default).
26
27 .TP
28 \fI-D\fP <device identification>
29 Select the mixer device to control.
30
31 .TP
32 \fI-g\fP <toggle color settings>
33 Toggle the using of colors.
34
35 .TP
36 \fI-m\fP <minimize mixer window>
37 Minimize the mixer window.
38
39 .SH KEYBOARD COMMANDS
40 \fBalsamixer\fP recognizes the following keyboard commands to control the soundcard. 
41
42 .SS
43 General Controls
44
45 The \fILeft\fP and \fIright arrow\fP keys are used to select the
46 channel (or device, depending on your preferred terminology). You can
47 also use \fIn\fP ("next") and \fIp\fP ("previous").
48
49 The \fIUp\fP and \fIDown Arrows\fP control the volume for the
50 currently selected device. You can also use \fI+\fP or \fI-\fP for the
51 same purpose. Both the left and right signals are affected. For
52 independent left and right control, see below.
53  
54 \fIM\fP toggles muting for the current channel (both left and right). You can
55 mute left and right independently by using \fI,\fP and \fI.\fP respectively.
56
57 \fISPACE\fP toggles recording: the current channel will be added or
58 removed from the sources used for recording. This only works for valid
59 input channels, of course.
60
61 \fIR\fP toggle display of playback or record mixer.
62
63 \fIL\fP re-draws the screen.
64
65 \fITAB\fP toggles the mode for volume display. See description for the
66 \fI-e\fP flag above.
67
68 .SS
69 Quick Volume Changes
70
71 \fIPageUp\fP increases volume by 10.
72
73 \fIPageDown\fP decreases volume by 10.
74
75 \fIHome\fP sets volume to maximum.
76
77 \fIEnd\fP sets volume to 0.
78
79 You can also control left & right levels for the current channel
80 independently, as follows:
81
82 [\fIQ\fP | \fIW\fP | \fIE\fP ]  -- turn UP [ left | both | right ]
83
84 [\fIZ\fP | \fIX\fP | \fIC\fP ] -- turn DOWN [ left | both | right ]   
85
86 If the currently selected mixer channel is not a stereo channel, then
87 all UP keys will work like \fIW\fP, and all DOWN keys will work like \fIX\fP.
88
89 .SS
90 Exiting
91
92 Quit the program with \fIALT Q\fP, or by hitting \fIESC\fP.
93
94 .SH SEE ALSO
95 \fB
96 amixer(1),
97 aplay(1),
98 arecord(1)
99 \fP
100
101 .SH BUGS 
102 Some terminal emulators (e.g. \fBnxterm\fP) may not
103 work quite right with ncurses, but that's their own damn
104 fault. Plain old \fBxterm\fP seems to be fine.
105
106 .SH AUTHOR
107 .B alsamixer
108 has been written by Tim Janik <timj@gtk.org> and
109 been furtherly improved by Jaroslav Kysela <perex@suse.cz>.
110
111 This manual page was provided by Paul Winkler <zarmzarm@erols.com>.