From 4d0042482ec65e10b0b4f13981db597ec0f92a6f Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 30 Apr 2020 10:07:23 +0200 Subject: [PATCH] added visualization --- .config/mpd/mpd.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 974f6fc..a256b6c 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -11,3 +11,15 @@ sticker_file "~/.local/share/mpd/sticker.sql" auto_update "yes" replaygain "album" metadata_to_use "artist,album,title,track,name,genre,date,albumartist" + +audio_output { + type "pulse" + name "My Pulse Output" +} + +audio_output { + type "fifo" + name "my_fifo" + path "/tmp/mpd.fifo" + format "44100:16:2" +}