alsa-utils/amixer/amixer.1

102 lines
2.4 KiB
Groff
Raw Normal View History

.TH AMIXER 1 "11 Aug 2000"
1998-10-06 12:19:04 +02:00
.SH NAME
amixer \- command-line mixer for ALSA soundcard driver
1998-10-06 12:19:04 +02:00
.SH SYNOPSIS
\fBamixer\fP [\fI-c\fP card] [\fIcmd\fP]
1998-10-06 12:19:04 +02:00
.SH DESCRIPTION
\fBamixer\fP allows command-line control of the mixer for the ALSA
soundcard driver.
\fBamixer\fP supports multiple soundcards.
1998-10-06 12:19:04 +02:00
.SH INVOKING
\fBamixer\fR with no arguments will display the current mixer settings
for the default soundcard and device. This is a good way to see a list
of the simple mixer controls you can use.
1998-10-06 12:19:04 +02:00
.SH COMMANDS
1998-10-06 12:19:04 +02:00
.TP
\fIhelp\fP
Shows syntax.
.TP
\fIinfo\fP
Shows the information about a mixer device.
.TP
\fIscontrols\fP
Shows a complete list of simple mixer controls.
.TP
\fIscontents\fP
Shows a complete list of simple mixer controls with their contents.
.TP
\fIsset\fP
Sets the simple mixer control contents. The parameter can be the volume
either as a percentage from 0% to 100% or a exact hardware value.
The parameters \fIcapture, nocapture, mute, unmute\fP are used to
toggle capture (recording) and muting for the group specified.
The parameters \fIfront, rear, center, woofer\fP are used to specify
channels to be changed. When plus(+) or minus(-) letter is appended after
volume value, the volume is incremented or decremented from the current
value, respectively.
A simple mixer control must be specified. Only one device can be controlled
at a time.
.TP
\fIsget\fP
Shows the simple mixer control contents.
A simple mixer control must be specified. Only one device can be controlled
at a time.
.TP
\fIcontrols\fP
Shows a complete list of card controls.
.TP
\fIcontents\fP
Shows a complete list of card controls with their contents.
.TP
\fIcset\fP
Sets the card control contents. This feature is not documented and is intended
for experienced users only.
.TP
\fIeget\fP
Shows the card control contents. This feature is not documented and is
indended for experienced users only.
1998-10-06 12:19:04 +02:00
.SS Options
.TP
[\fI-c\fP card]
1998-10-06 12:19:04 +02:00
Select the card number to control. Cards are numbered from 0 (the default).
1998-10-06 12:19:04 +02:00
.TP
\fI-h\fP
Help: show syntax.
.TP
\fI-q\fP
Quiet mode. Do not show results of changes.
.SS
Example:
.RS
\fBamixer -c 1 set Line 80%,40% unmute capture\fR
1998-10-06 12:19:04 +02:00
.ID
will set the second soundcard's left line input volume to 80% and
right line input to 40%, unmute it, and select it as a source for
capture (recording).
1998-10-06 12:19:04 +02:00
.SH BUGS
None known.
.SH AUTHOR
\fBamixer\fP is by Jaroslav Kysela <perex@suse.cz>.
This document is by Paul Winkler <zarmzarm@erols.com> and Jaroslav Kysela <perex@suse.cz>.