1
0
Fork 0
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:
Dylan 2025-05-25 21:19:53 +00:00 committed by GitHub
parent 800644c335
commit 768ecaa0c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

24
pages/linux/alsamixer.md Normal file
View 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>`