Update README.md

This commit is contained in:
Johannes Pohl 2015-01-02 09:00:04 +01:00
parent 5ea9167647
commit 0515cd9db1

View file

@ -13,9 +13,20 @@ http://www.maketecheasier.com/setup-wifi-on-raspberry-pi/
MPD setup
---------
Disable alsa audio output by commenting the section:
#audio_output {
# type "alsa"
# name "My ALSA Device"
# device "hw:0,0" # optional
# format "44100:16:2" # optional
# mixer_device "default" # optional
# mixer_control "PCM" # optional
# mixer_index "0" # optional
#}
Add a new audio output of the type "fifo", which will let mpd play audio into the named pipe "/tmp/snapfifo"
disable "audio_output alsa"
add
audio_output {
type "fifo"
name "my pipe"