mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-30 18:57:37 +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
|
$ 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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue