summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Buchinger <cb-gentoo@guya.de>2018-10-05 16:02:16 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-10-07 19:01:50 +0200
commita29e535d11e57f796fb5306dda84e7be990d8e5f (patch)
treec207f3247bd82cafca945bc694d8d6650c2cab15 /media-sound/snapcast/files/snapclient.confd
parentdev-cpp/popl: New package (diff)
downloadgentoo-a29e535d11e57f796fb5306dda84e7be990d8e5f.tar.gz
gentoo-a29e535d11e57f796fb5306dda84e7be990d8e5f.tar.bz2
gentoo-a29e535d11e57f796fb5306dda84e7be990d8e5f.zip
media-sound/snapcast: New package
Plays audio streams time sychronized on multiple devices over network using a server and a client component. Closes: https://bugs.gentoo.org/667710 Signed-off-by: Christian Buchinger <cb-gentoo@guya.de> Package-Manager: Portage-2.3.50, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10059 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-sound/snapcast/files/snapclient.confd')
-rw-r--r--media-sound/snapcast/files/snapclient.confd33
1 files changed, 33 insertions, 0 deletions
diff --git a/media-sound/snapcast/files/snapclient.confd b/media-sound/snapcast/files/snapclient.confd
new file mode 100644
index 000000000000..311cce1c4fa6
--- /dev/null
+++ b/media-sound/snapcast/files/snapclient.confd
@@ -0,0 +1,33 @@
+# conf.d file for snapclient
+
+# Options for running Snapclient as daemon
+#
+# -s, --soundcard arg (=default)
+# Index or name of the soundcard
+#
+# -h, --host arg
+# Server hostname or ip address
+#
+# -p, --port arg (=1704)
+# Server port
+#
+# -d, --daemon [=arg(=-3)]
+# Daemonize, optional process priority [-20..19]
+#
+# --user arg
+# The user[:group] to run snapclient as when daemonized
+#
+# --latency arg (=0)
+# Latency of the soundcard
+#
+# -i, --instance arg (=1)
+# Instance id
+#
+# --hostID arg
+# Unique host id
+#
+# For all command line options, please see man snapclient
+
+SNAPCLIENT_USER="--user snapclient:audio"
+
+SNAPCLIENT_OPTS="-d"