From: Silvio Rhatto Date: Sun, 9 Aug 2015 19:02:24 +0000 (-0300) Subject: FIFO output X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=30588cf344e122580d070c70012709a3e60acada;p=puppet-mpd.git FIFO output --- 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"