mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 09:19:46 +01:00
Updated
This commit is contained in:
parent
88272c9da3
commit
3c7ef9765b
1 changed files with 13 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
||||||
.TH ALSAMIXER 1 "25 Nov 1998"
|
.TH ALSAMIXER 1 "15 May 2001"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
alsamixer \- soundcard mixer for ALSA soundcard driver, with ncurses interface
|
alsamixer \- soundcard mixer for ALSA soundcard driver, with ncurses interface
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -20,30 +20,21 @@ soundcard drivers. It supports multiple soundcards with multiple devices.
|
||||||
Help: show available flags.
|
Help: show available flags.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fI-c\fP <card number>
|
\fI-c\fP <card number or idenfication>
|
||||||
Select the soundcard to use, if you have more than one. Cards are
|
Select the soundcard to use, if you have more than one. Cards are
|
||||||
numbered from 1 (the default).
|
numbered from 0 (the default).
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fI-m\fP <device number>
|
\fI-D\fP <device identification>
|
||||||
Select the soundcard device to control, if your card has more than
|
Select the mixer device to control.
|
||||||
one. Devices are numbered from 0 (the default). Not to be confused
|
|
||||||
with the soundcard mixer channels, which are sometimes also referred
|
|
||||||
to as "devices", just to be annoying. Many soundcards will only have
|
|
||||||
device 0. Some more complex cards may have more. This flag corresponds
|
|
||||||
to the -d flag for \fBamixer\fP, \fBarecord\fP, and \fBaplay\fP.
|
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fI-e\fP
|
\fI-g\fP <toggle color settings>
|
||||||
Start in "exact mode." This will affect the numbers you see displayed
|
Toggle the using of colors.
|
||||||
for volumes, but does not affect operation of the level controls.
|
|
||||||
The default behavior is to show levels in percent from 0 to 100. This
|
.TP
|
||||||
is easy to read, but can mislead you about how much control the
|
\fI-m\fP <minimize mixer window>
|
||||||
soundcard actually lets you have. Exact mode, on the other hand, shows
|
Minimize the mixer window.
|
||||||
you the settings as the soundcard itself understands them. In exact
|
|
||||||
mode, each channel level is between 0 and a power of 2 minus one
|
|
||||||
(e.g. 0-7, or 0-63). Exact mode may also be toggled while alsamixer is
|
|
||||||
running, by using \fITAB\fP.
|
|
||||||
|
|
||||||
.SH KEYBOARD COMMANDS
|
.SH KEYBOARD COMMANDS
|
||||||
\fBalsamixer\fP recognizes the following keyboard commands to control the soundcard.
|
\fBalsamixer\fP recognizes the following keyboard commands to control the soundcard.
|
||||||
|
@ -103,12 +94,12 @@ Quit the program with \fIALT Q\fP, or by hitting \fIESC\fP.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
\fB
|
\fB
|
||||||
amixer(1),
|
amixer(1),
|
||||||
|
aplay(1),
|
||||||
arecord(1)
|
arecord(1)
|
||||||
\fP
|
\fP
|
||||||
|
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
There is no help screen implemented yet. Some terminal emulators
|
Some terminal emulators (e.g. \fBnxterm\fP) may not
|
||||||
(e.g. \fBnxterm\fP) may not
|
|
||||||
work quite right with ncurses, but that's their own damn
|
work quite right with ncurses, but that's their own damn
|
||||||
fault. Plain old \fBxterm\fP seems to be fine.
|
fault. Plain old \fBxterm\fP seems to be fine.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue