diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-08 13:10:30 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-08 13:10:30 +0200 | 
| commit | fd1c045826b7a51156a8edefa092ebd20a8e7f45 (patch) | |
| tree | 5d7b5d738766c8f6efcfe90850e53a019ec94980 /config/common/mpd | |
| parent | 7082e91ec427726f8da60c990b4ca0edf541c3de (diff) | |
added visualizer
Diffstat (limited to 'config/common/mpd')
| -rw-r--r-- | config/common/mpd/mpd.conf | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/config/common/mpd/mpd.conf b/config/common/mpd/mpd.conf index dda6f45..606c8d4 100644 --- a/config/common/mpd/mpd.conf +++ b/config/common/mpd/mpd.conf @@ -18,3 +18,10 @@ audio_output {  	always_on       "yes"			# prevent MPD from disconnecting all listeners when playback is stopped.  	tags            "yes"			# httpd supports sending tags to listening streams.  } + +audio_output { +	type "fifo" +	name "fifo" +	path "~/.config/mpd/mpd.fifo" +	format "44100:16:2" +}  | 
