From 30588cf344e122580d070c70012709a3e60acada Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 9 Aug 2015 16:02:24 -0300 Subject: FIFO output --- files/mpd.conf | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/files/mpd.conf b/files/mpd.conf index 193c064..52f2f02 100644 --- a/files/mpd.conf +++ b/files/mpd.conf @@ -237,7 +237,7 @@ audio_output { # sink "remote_server_sink" # optional #} # -## Example "pipe" output: +# An example of "pipe" output: # #audio_output { # type "pipe" @@ -250,7 +250,14 @@ audio_output { # format "44100:16:2" #} # -## An example of a null output (for no audio output): +# An example of fifo output +audio_output { + type "fifo" + name "My FIFO" + path "/tmp/mpd.fifo" + format "44100:16:2" +} +# An example of a null output (for no audio output): # #audio_output { # type "null" -- cgit v1.2.3