mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-03 19:31:43 +02:00
16 lines
621 B
Text
16 lines
621 B
Text
# defaults file for snapclient
|
|
|
|
# start snapclient automatically?
|
|
START_SNAPCLIENT=true
|
|
|
|
# Allowed options:
|
|
# --help produce help message
|
|
# -v, --version show version number
|
|
# -l, --list list pcm devices
|
|
# -h, --host arg server hostname or ip address
|
|
# -p, --port arg (=1704) server port
|
|
# -s, --soundcard arg (=default) index or name of the soundcard
|
|
# -d, --daemon [=arg(=-3)] daemonize, optional process priority [-20..19]
|
|
# --latency arg (=0) latency of the soundcard
|
|
|
|
SNAPCLIENT_OPTS="-d"
|