mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
Update README.md
This commit is contained in:
parent
f4c51d6c50
commit
5ea9167647
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue