format
This commit is contained in:
parent
ece33e1c00
commit
c0d66104dc
|
@ -1,5 +1,5 @@
|
|||
name: MPD
|
||||
version: "0.0.10"
|
||||
version: "0.0.11"
|
||||
slug: mpd
|
||||
description: MPD Addon
|
||||
url: "https://forgejo.owo.monster/chaos/hass-mpd/src/branch/main/mpd"
|
||||
|
|
|
@ -10,7 +10,6 @@ log_level "verbose"
|
|||
bind_to_address "0.0.0.0"
|
||||
port "6600"
|
||||
zeroconf_enabled "no"
|
||||
host_permissions "127.0.0.1 read,add,control,admin"
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
|
@ -18,6 +17,7 @@ audio_output {
|
|||
}
|
||||
audio_output_format "48000:24:2"
|
||||
audio_buffer_size "4096"
|
||||
|
||||
resampler {
|
||||
plugin "soxr"
|
||||
quality "very high"
|
||||
|
|
Loading…
Reference in a new issue