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 $ sudo apt-get install libboost-dev libboost-system-dev libboost-program-options-dev libasound2-dev libvorbis-dev alsamixer
WiFi setup: 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 MPD setup
--------- ---------
disable "audio_output alsa" disable "audio_output alsa"
add add
audio_output { audio_output {
type "fifo" type "fifo"
name "my pipe" name "my pipe"
path "/tmp/snapfifo" path "/tmp/snapfifo"
format "48000:16:2" format "48000:16:2"
mixer_type "software" mixer_type "software"
} }