diff options
author | Lennart Poettering <lennart@poettering.net> | 2006-05-17 15:19:30 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2006-05-17 15:19:30 +0000 |
commit | 1267285257aaa60630b59f0f5c62c4c7f4a8d8df (patch) | |
tree | 01e6b155161d9e303b51c3ffbb15d487e7d2722f /doc | |
parent | 6d281a57813794d9575b3f7088b8526bcae2e3bb (diff) |
add documentation for module-volume-restore
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@904 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/modules.html.in | 20 |
1 files changed, 17 insertions, 3 deletions
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 <tt>source_name</tt> (with a default of <tt>jack_in</tt>) f <p>Adjust the volume of a playback stream automatically based on its name.</p> <table> - <tr><td><tt>table=</tt></td><td>The regular expression matching table file to use</td></tr> + <tr><td><tt>table=</tt></td><td>The regular expression matching table file to use (defaults to <tt>~/.polypaudio/match.table</tt>)</td></tr> </table> <p>The table file should contain a regexp and volume on each line, seperated by spaces. An example:</p> <pre> -^sample: 25 +^sample: 32000 </pre> -<p>The volumes of all streams with titles starting with <tt>sample:</tt> are automatically set to 25. (FYI: All sample cache streams start with <tt>sample:</tt>)</p> +<p>The volumes of all streams with titles starting with <tt>sample:</tt> are automatically set to 32000. (FYI: All sample cache streams start with <tt>sample:</tt>)</p> + +<h3>module-volume-restore</h3> + +<p>Adjust the volume of a playback stream automatically based on its name.</p> + +<table> + <tr><td><tt>table=</tt></td><td>The table file to use (defaults to <tt>~/.polypaudio/volume.table</tt>)</td></tr> +</table> + +<p>In contrast to <tt>module-match</tt> 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.</p> <h3>module-detect</h3> |