summaryrefslogtreecommitdiff
path: root/mpd.conf
diff options
context:
space:
mode:
authorself <self@sateoki.xyz>2022-03-18 22:51:12 +0000
committerself <self@sateoki.xyz>2022-03-18 22:51:12 +0000
commitc8e976c386567b3a0b97cb096df3d030ea58edba (patch)
treee228281399ae95bed592a36f662b245f06b7a126 /mpd.conf
parent0a66fc7cb04308315977dd466c93c332a7a04366 (diff)
Some updates to ncmpcpp / mpd configs, trying to organise
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:
#