]> code.delx.au - pulseaudio/commitdiff
doc: Add an example stream-restore fallback table file.
authorTanu Kaskinen <tanu.kaskinen@digia.com>
Fri, 30 Sep 2011 14:09:29 +0000 (17:09 +0300)
committerColin Guthrie <colin@mageia.org>
Sat, 1 Oct 2011 12:25:16 +0000 (13:25 +0100)
doc/stream_restore_fallback_table_example.table [new file with mode: 0644]

diff --git a/doc/stream_restore_fallback_table_example.table b/doc/stream_restore_fallback_table_example.table
new file mode 100644 (file)
index 0000000..0a4ade0
--- /dev/null
@@ -0,0 +1,13 @@
+# This is an example fallback table file for module-stream-restore.
+# Lines starting with '#' or ';' are regarded as comments and ignored.
+# Empty lines are allowed.
+#
+# Each non-comment and non-empty line defines the default volume
+# for one stream-restore database key. For example:
+
+sink-input-by-media-role:phone -4.2
+
+# That line sets the volume of sink inputs with media role "phone"
+# to -4.2 dB (relative to the sink volume), if the
+# "sink-input-by-media-role:phone" key doesn't already exist in the
+# stream-restore database. Positive dB values are not allowed.