diff options
author | self <self@sateoki.xyz> | 2022-03-28 23:28:21 +0100 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-03-28 23:28:21 +0100 |
commit | 4c5acbb2590ef25e11bfb9d96b724ffaf613740e (patch) | |
tree | 4c07371626b80ee5876e678141534b1c3b6c3109 /mpd.conf | |
parent | b6b3a9a6f6b76442d2d1f2eb03a524497ca29a1e (diff) |
Removed visualizer as was causing bugs
Diffstat (limited to 'mpd.conf')
-rwxr-xr-x | mpd.conf | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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: |