Enjoy Slackware 15.0!
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
howtos:multimedia:pulseaudio [2015/11/22 14:37 (UTC)] gerardo.zamudio [Installation on a x86_64 multilib system] fix typo |
howtos:multimedia:pulseaudio [2016/04/08 07:06 (UTC)] bormant [PulseAudio mixers] fix typo |
||
---|---|---|---|
Line 34: | Line 34: | ||
First, install 64bit package of PulseAudio as described above. | First, install 64bit package of PulseAudio as described above. | ||
- | Second, you need to compile 32bit package. Unfortunately, | + | Second, you need to compile 32bit package. Unfortunately, |
PKG_CONFIG_PATH=/ | PKG_CONFIG_PATH=/ | ||
- | This will force PA to use the correct libraries and allow it to compile. Make compat32 package and install it. You don't need 32bit alsa-plugins | + | This will force PA to use the correct libraries and allow it to compile. Make compat32 package and install it. You don't need 32bit pavucontrol. |
===== Using PulseAudio ===== | ===== Using PulseAudio ===== | ||
Line 115: | 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 '' |