X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e3800d44cd4ae62acd4c0e99b949aaf04d094292..87f9f28b18d226b60277ea38e8cfb7e8c7f39801:/mpd/mpd.conf diff --git a/mpd/mpd.conf b/mpd/mpd.conf index 7e1d303..38f2a3d 100644 --- a/mpd/mpd.conf +++ b/mpd/mpd.conf @@ -10,10 +10,17 @@ state_file "~/.local/share/mpd/state" sticker_file "~/.local/share/mpd/sticker.sql" input { - plugin "curl" + plugin "curl" } audio_output { - type "pulse" - name "My Pulse Output" + type "pulse" + name "My Pulse Output" +} + +audio_output { + type "fifo" + name "fifo" + path "/tmp/mpd.fifo" + format "44100:16:2" }