From de93805323b9a64bd53cfee9dd1df9c2546a8ab6 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Fri, 23 Aug 2024 07:10:19 +0200 Subject: [PATCH] Update mpd settings --- templates/mpd/mpd.conf.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/mpd/mpd.conf.j2 b/templates/mpd/mpd.conf.j2 index 8f9b5a8..92db4da 100644 --- a/templates/mpd/mpd.conf.j2 +++ b/templates/mpd/mpd.conf.j2 @@ -1,3 +1,5 @@ +# {{ ansible_managed }} +# bind_to_address "{{ mpd_listen_address }}" port "{{ mpd_listen_port }}" @@ -14,7 +16,7 @@ audio_output { name "mpd" replay_gain_handler "software" mixer_type "hardware" - format "96000:24:1" + format "128000:24:2" } input {