HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

amixer — Mixer for ALSA soundcard driver. More information: <https://manned.org/amixer>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandclisoundcardamixerdrivermixerforalsa
linux

Problem

How to use the amixer command: Mixer for ALSA soundcard driver. More information: <https://manned.org/amixer>.

Solution

amixer — Mixer for ALSA soundcard driver. More information: <https://manned.org/amixer>.

Turn up the master volume by 10%:
amixer -D pulse sset Master {{10%+}}


Turn down the master volume by 10%:
amixer -D pulse sset Master {{10%-}}

Code Snippets

Turn up the master volume by 10%

amixer -D pulse sset Master {{10%+}}

Turn down the master volume by 10%

amixer -D pulse sset Master {{10%-}}

Context

tldr-pages: linux/amixer

Revisions (0)

No revisions yet.