mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 08:26:01 +02:00
12 lines
191 B
Markdown
12 lines
191 B
Markdown
![]() |
# amixer
|
||
|
|
||
|
> ALSA 声卡驱动程序的混合器。
|
||
|
|
||
|
- 增加 10% 的主音量:
|
||
|
|
||
|
`amixer -D pulse sset Master {{10%+}}`
|
||
|
|
||
|
- 降低 10% 的主音量:
|
||
|
|
||
|
`amixer -D pulse sset Master {{10%-}}`
|