From c8e976c386567b3a0b97cb096df3d030ea58edba Mon Sep 17 00:00:00 2001 From: self Date: Fri, 18 Mar 2022 22:51:12 +0000 Subject: Some updates to ncmpcpp / mpd configs, trying to organise --- mpd.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'mpd.conf') 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: # -- cgit v1.2.1