Switch to unified view

a/src/upmpdcli.conf-dist b/src/upmpdcli.conf-dist
...
...
408
# 'aplay -L' to see the possible values.</descr></var>
408
# 'aplay -L' to see the possible values.</descr></var>
409
#scalsadevice = default
409
#scalsadevice = default
410
410
411
# <var name="sccvttype" type="cstr" values="SRC_SINC_FASTEST
411
# <var name="sccvttype" type="cstr" values="SRC_SINC_FASTEST
412
# SRC_SINC_BEST_QUALITY SRC_SINC_MEDIUM_QUALITY SRC_ZERO_ORDER_HOLD
412
# SRC_SINC_BEST_QUALITY SRC_SINC_MEDIUM_QUALITY SRC_ZERO_ORDER_HOLD
413
# SRC_LINEAR"><brief>sc2mpd resampling method.</brief><descr> 
413
# SRC_LINEAR NONE"><brief>sc2mpd resampling method.</brief><descr> 
414
# Only used for scplaymethod=alsa. sc2mpd uses libsamplerate. The default
414
# Only used for scplaymethod=alsa. sc2mpd uses libsamplerate. The default
415
# method is SRC_SINC_FASTEST and a Rasberry Pi 1 is fast enough to use it.
415
# method is SRC_SINC_FASTEST and a Rasberry Pi 1 is fast enough to use it.
416
# Possible values: SRC_SINC_BEST_QUALITY, SRC_SINC_MEDIUM_QUALITY,
416
# Possible values: SRC_SINC_BEST_QUALITY, SRC_SINC_MEDIUM_QUALITY,
417
# SRC_SINC_FASTEST, SRC_ZERO_ORDER_HOLD, SRC_LINEAR.  See the libsamplerate
417
# SRC_SINC_FASTEST, SRC_ZERO_ORDER_HOLD, SRC_LINEAR.  See the libsamplerate
418
# documentation for descriptions. Anything above SRC_SINC_FASTEST needs a
418
# documentation for descriptions. Anything above SRC_SINC_FASTEST needs a
419
# serious CPU.  BEST_QUALITY uses approx 25% cpu on a core i7
419
# serious CPU.  BEST_QUALITY uses approx 25% cpu on a core i7
420
# 4770T. Obviously too much, actually might not be sustainable (it's almost
420
# 4770T. Obviously too much, actually might not be sustainable (it's almost
421
# 100% of 1 cpu).  MEDIUM_QUALITY is around 10% on the same machine,
421
# 100% of 1 cpu).  MEDIUM_QUALITY is around 10% on the same machine,
422
# FASTEST is 4-5%. Given that this is measured for the full process, probably
422
# FASTEST is 4-5%. Given that this is measured for the full process, probably
423
# a couple % for the conversion in fact.</descr></var>
423
# a couple % for the conversion in fact. NONE will turn resampling off:
424
# minimum CPU and best quality, but guaranteed glitches from time
425
# to time, depending on the clocks skew.</descr></var>
424
#sccvttype = SRC_SINC_FASTEST
426
#sccvttype = SRC_SINC_FASTEST
425
427
426
# <var name="sc2mpd" type="string"><brief>Path to
428
# <var name="sc2mpd" type="string"><brief>Path to
427
# sc2mpd.</brief><descr>Only useful if it is not in /usr/bin and the
429
# sc2mpd.</brief><descr>Only useful if it is not in /usr/bin and the
428
# location is not in the $PATH for the init scripts.</descr></var>
430
# location is not in the $PATH for the init scripts.</descr></var>