Skip to content

Commit

Permalink
doc: Add an example stream-restore fallback table file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanu Kaskinen authored and Colin Guthrie committed Oct 1, 2011
1 parent 188c91b commit 8d0e9c0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 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.

0 comments on commit 8d0e9c0

Please sign in to comment.