From c82105d901682fdbecd409930fdf6d747d37809c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 27 Oct 2004 22:43:36 +0000 Subject: prepare next release 0.6 git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@264 fefdeb5f-60dc-0310-8127-8f9354f1896f --- doc/modules.html.in | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'doc/modules.html.in') diff --git a/doc/modules.html.in b/doc/modules.html.in index 4bf6044b..5e9b8873 100644 --- a/doc/modules.html.in +++ b/doc/modules.html.in @@ -44,6 +44,13 @@ special file in the file system. The source name defaults to pipe_input file=The name of the FIFO special file to use. (defaults to: /tmp/music.input) + +

module-null-sink

+ +

Provides a simple null sink. All data written to this sink is silently dropped. This sink is clocked using the system time.

+ +

This module doesn't support any special parameters

+

module-alsa-sink

@@ -116,6 +123,21 @@ be to slow on your machine try using zero-order-hold. This will decrease output quality however. (defaults to sinc-fastest) +

module-tunnel-{sink,source}

+ +

Tunnel a remote sink/source to a local "ghost" +sink/source. Requires a running polypaudio daemon on the remote server +with module-native-protocol-tcp loaded. It's probably a +better idea to connect to the remote sink/source directly since some +buffer control is lost through this tunneling.

+ + + + + + +
server=The server to connect to
source=The source on the remote server. Only available for module-tunnel-source.
sink=The sink on the remote server. Only available for module-tunnel-sink.
cookie=The authentication cookie file to use.
+

Protocols

@@ -251,6 +273,22 @@ about the two possible suffixes of this module.

This is a compatibility module for libesd based autospawning of polypaudio. Don't use it directly.

+

module-match

+ +

Adjust the volume of a playback stream automatically based on its name.

+ + + +
table=The regular expression matching table file to use
+ +

The table file should contain a regexp and volume on each line, seperated by spaces. An example:

+ +
+^sample: 25
+
+ +

The volumes of all streams with titles starting with sample: are automatically set to 25. (FYI: All sample cache streams start with sample:)

+
Lennart Poettering <@PACKAGE_BUGREPORT@>, September 2004
$Id$
-- cgit