1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 21:44:55 +02:00
tldr/pages/linux/amixer.md
2019-05-09 13:23:59 -03:00

201 B

amixer

Mixer for ALSA soundcard driver.

  • 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%-}}