]> code.delx.au - pulseaudio/blob - doc/stream_restore_fallback_table_example.table
zeroconf-publish: Add locking around pa_mainloop_api_once()
[pulseaudio] / doc / stream_restore_fallback_table_example.table
1 # This is an example fallback table file for module-stream-restore.
2 # Lines starting with '#' or ';' are regarded as comments and ignored.
3 # Empty lines are allowed.
4 #
5 # Each non-comment and non-empty line defines the default volume
6 # for one stream-restore database key. For example:
7
8 sink-input-by-media-role:phone -4.2
9
10 # That line sets the volume of sink inputs with media role "phone"
11 # to -4.2 dB (relative to the sink volume), if the
12 # "sink-input-by-media-role:phone" key doesn't already exist in the
13 # stream-restore database. Positive dB values are not allowed.