Added FIFO

This commit is contained in:
Serĉanto de Scio 2016-05-29 23:22:49 +10:00
parent ee016862fe
commit 59f18aaa83

View file

@ -15,3 +15,9 @@ audio_output {
mixer_control "PCM"
mixer_index "0"
}
audio_output {
type "fifo"
name "FIFO"
path "/tmp/mpd.fifo"
format "44100:16:2"
}