summaryrefslogtreecommitdiff
path: root/mpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mpd.conf')
-rwxr-xr-xmpd.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/mpd.conf b/mpd.conf
index efb4e0d..f4fd14a 100755
--- a/mpd.conf
+++ b/mpd.conf
@@ -226,6 +226,14 @@ audio_output {
# mixer_control "PCM" # optional
# mixer_index "0" # optional
}
+
+audio_output {
+ type "fifo"
+ name "Visualizer feed"
+ path "/tmp/mpd.fifo"
+ format "44100:16:2"
+}
+
#
# An example of an OSS output:
#