Update mpd settings
This commit is contained in:
parent
92b32cdd96
commit
de93805323
1 changed files with 3 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue