snippetbashTip
amixer — Mixer for ALSA soundcard driver. More information: <https://manned.org/amixer>.
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.