feat(mpd): add visualizer for linux

This commit is contained in:
winston 2022-11-08 08:38:23 +01:00
parent 6c3d086982
commit 260752b744
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -105,6 +105,12 @@ audio_output {
type "pipewire"
name "PipeWire Sound Server"
}
audio_output {
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
{{ end }}
###############################################################################