diff options
author | Tanu Kaskinen <tanu.kaskinen@digia.com> | 2011-09-30 17:09:29 +0300 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-10-01 13:25:16 +0100 |
commit | 8d0e9c05a51e6550dd07e25136504d67c9b47657 (patch) | |
tree | 29af141e7d58846d37e0423112efb269cac58cf2 /doc | |
parent | 188c91b514804d48de6257e72640ef8ff8e8e830 (diff) |
doc: Add an example stream-restore fallback table file.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/stream_restore_fallback_table_example.table | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/stream_restore_fallback_table_example.table b/doc/stream_restore_fallback_table_example.table new file mode 100644 index 000000000..0a4ade0ae --- /dev/null +++ b/doc/stream_restore_fallback_table_example.table @@ -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. |