Update mpd settings

This commit is contained in:
Sonny Bakker 2024-08-23 07:10:19 +02:00
parent 92b32cdd96
commit de93805323

View file

@ -1,3 +1,5 @@
# {{ ansible_managed }}
#
bind_to_address "{{ mpd_listen_address }}" bind_to_address "{{ mpd_listen_address }}"
port "{{ mpd_listen_port }}" port "{{ mpd_listen_port }}"
@ -14,7 +16,7 @@ audio_output {
name "mpd" name "mpd"
replay_gain_handler "software" replay_gain_handler "software"
mixer_type "hardware" mixer_type "hardware"
format "96000:24:1" format "128000:24:2"
} }
input { input {