PulseAudio: Difference between revisions

From D3xt3r01.tk
Jump to navigationJump to search
(Created page with "==What== Start the daemon as the user you're going to play music/audio as. <source lang="bash"> pulseaudio -D </source> Get sinks list/indexes <source lang="bash"> pactl l...")
(No difference)

Revision as of 17:38, 19 July 2014

What

Start the daemon as the user you're going to play music/audio as.

pulseaudio -D

Get sinks list/indexes

pactl list short sinks

Set the volume to 100%

pactl set-sink-volume <index> 100%

More help/options:

pactl -h

You could use the GUI pavucontrol to set this stuff OR the cli stuff above.

Other Links

PulseAudio main page PulseAudio wiki page BAD Ssystem Mode