Update README.md

This commit is contained in:
Johannes Pohl 2015-01-02 08:56:59 +01:00
parent f4c51d6c50
commit 5ea9167647

View file

@ -9,18 +9,18 @@ Installation
$ sudo apt-get install libboost-dev libboost-system-dev libboost-program-options-dev libasound2-dev libvorbis-dev alsamixer
WiFi setup:
http://weworkweplay.com/play/automatically-connect-a-raspberry-pi-to-a-wifi-network/
http://www.maketecheasier.com/setup-wifi-on-raspberry-pi/
MPD setup
---------
disable "audio_output alsa"
add
audio_output {
disable "audio_output alsa"
add
audio_output {
type "fifo"
name "my pipe"
path "/tmp/snapfifo"
format "48000:16:2"
mixer_type "software"
}
}