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.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to