mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
12 lines
201 B
Markdown
12 lines
201 B
Markdown
# 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%-}}`
|