[Pkg-mpd-maintainers] Bug#554156: mpd + pulseaudio setup

Fred fboiteux at free.fr
Tue Aug 6 16:05:30 UTC 2013


	Hi,

  For the record, after trying various solutions found on the web, the
simplest working one for me is :

- add in /etc/pulse/default.pa :

# To allow mpd access :
load-module module-native-protocol-tcp auth-anonymous=1


- use in mpd.conf these audio outputs (the second is only for
controlling volume) :

audio_output {
        type            "pulse"
        name            "Serveur Pulseaudio local"
        server          "localhost"
}

audio_output {
        type           "alsa"
        name           "MPD"
        device         "pulse"
        mixer_control  "Master"
}


  I didn't know about Pulseaudio before to upgrade to Wheezy, and found
little info on the Debian wiki about it...


	With regards,
		Fred.



More information about the Pkg-mpd-maintainers mailing list