27 lines
430 B
Cheetah
27 lines
430 B
Cheetah
|
audio_output {
|
||
|
type "fifo"
|
||
|
name "fifo-output"
|
||
|
path "{{ .fifo }}"
|
||
|
}
|
||
|
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"
|
||
|
audio_output_format "48000:16:2"
|
||
|
bind_to_address "{{ .sock }}"
|
||
|
pid_file "{{ .pid }}"
|