Enjoy Slackware 15.0!
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
howtos:multimedia:pulseaudio [2016/01/12 21:37 (UTC)] fsleg [Installation on a x86_64 multilib system] |
howtos:multimedia:pulseaudio [2016/04/08 07:06 (UTC)] bormant [PulseAudio mixers] fix typo |
||
---|---|---|---|
Line 114: | Line 114: | ||
pactl set-sink-volume 0 +5% #raise the main sink's volume by 5% | pactl set-sink-volume 0 +5% #raise the main sink's volume by 5% | ||
pactl -- set-sink-volume 0 -5% #lower the main sink's volume by 5%; notice the " | pactl -- set-sink-volume 0 -5% #lower the main sink's volume by 5%; notice the " | ||
- | pactl sit-sink-mute 0 toggle # | + | pactl set-sink-mute 0 toggle # |
For more commands and options see '' | For more commands and options see '' |