diff --git a/doc/modules.html.in b/doc/modules.html.in index 6a6b78875..af6b6de61 100644 --- a/doc/modules.html.in +++ b/doc/modules.html.in @@ -464,16 +464,30 @@ which is replaced by source_name (with a default of jack_in) f
Adjust the volume of a playback stream automatically based on its name.
| table= | The regular expression matching table file to use |
| table= | The regular expression matching table file to use (defaults to ~/.polypaudio/match.table) |
The table file should contain a regexp and volume on each line, seperated by spaces. An example:
-^sample: 25 +^sample: 32000-
The volumes of all streams with titles starting with sample: are automatically set to 25. (FYI: All sample cache streams start with sample:)
+The volumes of all streams with titles starting with sample: are automatically set to 32000. (FYI: All sample cache streams start with sample:)
+ +Adjust the volume of a playback stream automatically based on its name.
+ +| table= | The table file to use (defaults to ~/.polypaudio/volume.table) |
In contrast to module-match this module needs no explicit +configuration. Instead the volumes are saved and restored in a fully +automatical fashion depending on the client name to identify +streams. The volume for a stream is automatically saved every time it is +changed and than restored when a new stream is created.