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