From 4c5acbb2590ef25e11bfb9d96b724ffaf613740e Mon Sep 17 00:00:00 2001 From: self Date: Mon, 28 Mar 2022 23:28:21 +0100 Subject: Removed visualizer as was causing bugs --- mpd.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'mpd.conf') diff --git a/mpd.conf b/mpd.conf index f4fd14a..a53ffcb 100755 --- a/mpd.conf +++ b/mpd.conf @@ -227,12 +227,12 @@ audio_output { # mixer_index "0" # optional } -audio_output { - type "fifo" - name "Visualizer feed" - path "/tmp/mpd.fifo" - format "44100:16:2" -} +# 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