From 1267285257aaa60630b59f0f5c62c4c7f4a8d8df Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 17 May 2006 15:19:30 +0000 Subject: add documentation for module-volume-restore git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@904 fefdeb5f-60dc-0310-8127-8f9354f1896f --- doc/modules.html.in | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/modules.html.in b/doc/modules.html.in index 6a6b7887..af6b6de6 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:)

+ +

module-volume-restore

+ +

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.

module-detect

-- cgit