mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 02:35:25 +02:00
alsamixer: add page (#16599)
This commit is contained in:
parent
800644c335
commit
768ecaa0c0
1 changed files with 24 additions and 0 deletions
24
pages/linux/alsamixer.md
Normal file
24
pages/linux/alsamixer.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# alsamixer
|
||||
|
||||
> Graphical mixer for ALSA soundcard driver.
|
||||
> More information: <https://manned.org/man/alsamixer>.
|
||||
|
||||
- Select the soundcard to use:
|
||||
|
||||
`alsamixer {{[-c|--card]}} {{soundcard_number}}`
|
||||
|
||||
- Select mixer device to control:
|
||||
|
||||
`alsamixer {{[-D|--device]}} {{device_name}}`
|
||||
|
||||
- Increase volume:
|
||||
|
||||
`<w>`
|
||||
|
||||
- Decrease volume:
|
||||
|
||||
`<x>`
|
||||
|
||||
- Quit alsamixer:
|
||||
|
||||
`<Esc>`
|
Loading…
Add table
Reference in a new issue