]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2012/11/06-pulse-audio-flat-volumes.rst
Update resume with The Podcast App
[personal/website.git] / source / blog / posts / 2012 / 11 / 06-pulse-audio-flat-volumes.rst
1 Title: PulseAudio flat volumes
2 Tags: en, pulseaudio, alsa, pulse audio, volume, master, flat volumes
3
4 Just a quick note because it took me ages to find out how to do it.
5
6 I don't really use the feature of pulseaudio__ that gives every application
7 their own volume instead of manipulating the master volume directly, and lately
8 it became more and more a problem, as I want to use applications like mpd__ or
9 xbmc__ that allow remote controlling, and for that having separate volumes makes
10 no sense.
11
12 __ http://www.pulseaudio.org/
13 __ http://mpd.wikia.com/
14 __ http://xbmc.org/
15
16 I managed to fix it in mpd once, by using a mixed setup, using pulse as output,
17 but the hardware alsa mixer, but for xbmc I couldn't find a way.
18
19 So that made me think if I really wanted the split volumes thingy, and the
20 answer was **no**. After looking for hours for how to do it, the answer is
21 pretty trivial. Just edit ``/etc/pulse/daemon.conf`` and change the
22 ``flat-volumes`` option to **yes**.
23
24 You are welcome.
25
26 .. vim: set et sw=3 sts=3 tw=80 fo+=lt1n: