tldr/pages/linux/amixer.md

12 lines
201 B
Markdown
Raw Normal View History

2019-05-09 17:23:59 +01:00
# 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%-}}`