mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 18:22:08 +02:00
12 lines
250 B
Markdown
12 lines
250 B
Markdown
# 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%-}}`
|