mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-04 00:59:32 +02:00
Update README.md
This commit is contained in:
parent
5ea9167647
commit
0515cd9db1
1 changed files with 13 additions and 2 deletions
15
README.md
15
README.md
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue