dndmusicbot/tmpl/mpd.tmpl

53 lines
1.1 KiB
Cheetah
Raw Normal View History

2023-11-02 20:30:29 +00:00
# audio_output {
# type "fifo"
# name "fifo-output"
# path "{{ .fifo }}"
# format "48000:16:2"
# enabled "yes"
#}
2022-11-23 07:37:59 +00:00
audio_output {
2023-11-02 20:30:29 +00:00
type "snapcast"
name "playlist"
bind_to_address "0.0.0.0"
port "{{ .playlist }}"
zeroconf "no"
format "48000:16:2"
enabled "yes"
always_on "yes"
}
audio_output {
type "snapcast"
name "ambiance"
bind_to_address "0.0.0.0"
port "{{ .ambiance }}"
zeroconf "no"
format "48000:16:2"
enabled "yes"
always_on "yes"
}
input {
plugin "curl"
verbose "yes"
2022-11-23 07:37:59 +00:00
}
decoder {
plugin "wildmidi"
enabled "no"
}
decoder {
plugin "hybrid_dsd"
enabled "no"
}
input {
plugin "qobuz"
enabled "no"
}
resampler {
plugin "soxr"
quality "very high"
}
volume_normalization "yes"
2023-11-02 20:30:29 +00:00
# audio_output_format "48000:16:2"
2022-11-23 07:37:59 +00:00
bind_to_address "{{ .sock }}"
pid_file "{{ .pid }}"