]> Freerunner's - dotfiles.git/commitdiff
mpd: disable fifo stream
authorAndre Ramnitz <tux.rising@gmail.com>
Thu, 21 Mar 2024 06:43:56 +0000 (07:43 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:53 +0000 (18:18 +0200)
config/mpd/mpd.conf

index 3a3409ab3699b947bc6d32702762ef6cee45d56d..9cc93c0346daaf299c80ed495dbd4aca1a502c18 100644 (file)
@@ -33,7 +33,7 @@ audio_output {
        type    "fifo"
        name    "mpdFIFO"
        path    "/tmp/mpd.fifo"
-       enabled "yes"
-       format  "44100:16:2"
+       enabled "no"
+       format  "48000:16:2"
 }