Amixer
From the ALSA wiki
(Difference between revisions)
m (Renaming the category ALSA utility to alsa-utils) |
(cleanup + changed some links) |
||
| Line 1: | Line 1: | ||
| - | == What is < | + | == What is <code>amixer</code>? == |
| - | < | + | |
| + | <code>amixer</code> is a command-line program for controlling the mixer in the ALSA soundcard driver. <code>amixer</code> supports multiple soundcards. See also the [[ALSAMixers]] page and the glossary entry "[[mixer]]" for a list of alternative mixer programs. | ||
== Usage == | == Usage == | ||
| + | |||
<code> | <code> | ||
Usage: amixer <options> command | Usage: amixer <options> command | ||
| Line 28: | Line 30: | ||
== Tip == | == Tip == | ||
| - | Jaroslav Kysela let slip an important point about | + | Jaroslav Kysela let slip an important point about <code>amixer</code> settings regarding how to enable or disable '''capture''' (not playback) settings... |
| + | |||
<code> | <code> | ||
Use: amixer sset Capture cap | Use: amixer sset Capture cap | ||
Latest revision as of 15:53, 28 January 2007
What is amixer?
amixer is a command-line program for controlling the mixer in the ALSA soundcard driver. amixer supports multiple soundcards. See also the ALSAMixers page and the glossary entry "mixer" for a list of alternative mixer programs.
Usage
Usage: amixer <options> command Available options: -h,--help this help -c,--card N select the card -D,--device N select the device, default 'default' -d,--debug debug mode -v,--version print version of this program -q,--quiet be quiet -i,--inactive show also inactive controls Available commands: scontrols show all mixer simple controls scontents show contents of all mixer simple controls (default command) sset sID P set contents for one mixer simple control sget sID get contents for one mixer simple control controls show all controls for given card contents show contents of all controls for given card cset cID P set control contents for one control cget cID get control contents for one control
Tip
Jaroslav Kysela let slip an important point about amixer settings regarding how to enable or disable capture (not playback) settings...
Use: amixer sset Capture cap
amixer sset Capture nocap
mute/unmute keywords are parsed only for playback