|
a/src/upmpdcli.conf-dist |
|
b/src/upmpdcli.conf-dist |
|
... |
|
... |
149 |
#schttpport = 8768
|
149 |
#schttpport = 8768
|
150 |
|
150 |
|
151 |
# For the alsa play method only: Alsa device to use
|
151 |
# For the alsa play method only: Alsa device to use
|
152 |
#scalsadevice = default
|
152 |
#scalsadevice = default
|
153 |
|
153 |
|
|
|
154 |
# Resampling method. The default is SRC_SINC_FASTEST and works on a
|
|
|
155 |
# Rasberry Pi.
|
|
|
156 |
# Possible values: SRC_SINC_BEST_QUALITY SRC_SINC_MEDIUM_QUALITY
|
|
|
157 |
# SRC_SINC_FASTEST SRC_ZERO_ORDER_HOLD SRC_LINEAR
|
|
|
158 |
# See libsamplerate doc for descriptions. Anything above SRC_SINC_FASTEST
|
|
|
159 |
# needs a serious CPU
|
|
|
160 |
# BEST_QUALITY uses approx 25% cpu on a core i7 4770T. Obviously too much,
|
|
|
161 |
# actually might not be sustainable (it's almost 100% of 1 cpu)
|
|
|
162 |
# MEDIUM_QUALITY is around 10% on the same machine, FASTEST is 4-5%. Given
|
|
|
163 |
# that this measured for the full process, probably a couple % for the
|
|
|
164 |
# conversion in fact.
|
|
|
165 |
# Raspberry Pi: FASTEST is 30% CPU on a Pi2 with USB audio. It's
|
|
|
166 |
# 25-30% on a Pi 1 with i2s audio.
|
|
|
167 |
# sccvttype = SRC_SINC_FASTEST.
|
|
|
168 |
|
154 |
# Path to sc2mpd if it is not in /usr/bin and the location is not in the
|
169 |
# Path to sc2mpd if it is not in /usr/bin and the location is not in the
|
155 |
# PATH for the init scripts.
|
170 |
# PATH for the init scripts.
|
156 |
#sc2mpd = /usr/bin/sc2mpd
|
171 |
#sc2mpd = /usr/bin/sc2mpd
|
157 |
|
172 |
|
158 |
## Parameters tor the Sender/Receiver mode. Only does anything if
|
173 |
## Parameters tor the Sender/Receiver mode. Only does anything if
|