mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 02:43:45 +00:00
30 lines
448 B
Plaintext
30 lines
448 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# alsamixer
|
|
|
|
> Graphical mixer for ALSA soundcard driver.
|
|
> More information: <https://manned.org/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>`
|