diff options
author | Lennart Poettering <lennart@poettering.net> | 2004-11-21 22:07:47 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2004-11-21 22:07:47 +0000 |
commit | 9f23c8f36299635f78475ee9e90b0a20c5cf3b84 (patch) | |
tree | f2244d49e9a579fa089784df80031289607edf14 /doc/cli.html.in | |
parent | 4763ca1376fc136158e576de94dc1cf6c6584973 (diff) |
Documentation updates
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@310 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'doc/cli.html.in')
-rw-r--r-- | doc/cli.html.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/cli.html.in b/doc/cli.html.in index 49e568f8f..61d29e5af 100644 --- a/doc/cli.html.in +++ b/doc/cli.html.in @@ -112,6 +112,12 @@ immediately. The sample is loaded only when it is first used. After a certain idle time it is freed again. Expects the the desired sample name and file name to load as arguments.</p> +<h3><tt>load-sample-dir-lazy</tt></h3> + +<p>Load all entries in the specified directory into the sample cache +as lazy entries. A shell globbing expression (e.g. <tt>*.wav</tt>) may +be appended to the path of the directory to add.</p> + <h2>Module Autoloading</h2> <h3><tt>list-autoload</tt></h3> @@ -203,6 +209,6 @@ play-file /usr/share/sounds/startup3.wav combined </pre> <hr/> -<address class="grey">Lennart Poettering <@PACKAGE_BUGREPORT@>, September 2004</address> +<address class="grey">Lennart Poettering <@PACKAGE_BUGREPORT@>, November 2004</address> <div class="grey"><i>$Id$</i></div> </body> </html> |