From 13248fd8e6cb44e489bd2d77d5ec3491287a1f4d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 7 Sep 2004 22:40:43 +0000 Subject: documentation update git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@185 fefdeb5f-60dc-0310-8127-8f9354f1896f --- doc/modules.html.in | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'doc/modules.html.in') diff --git a/doc/modules.html.in b/doc/modules.html.in index fe202989..22a565d6 100644 --- a/doc/modules.html.in +++ b/doc/modules.html.in @@ -30,7 +30,18 @@ special file in the file system. The sink name defaults to pipe_output.

The following option is supported:

- + +
file=The name of the FIFO special file to use
file=The name of the FIFO special file to use. (defaults to: /tmp/music.output)
+ +

module-pipe-source

+ +

Provides a simple test source that reads the audio data from a FIFO +special file in the file system. The source name defaults to pipe_input.

+ +

The following option is supported:

+ + +
file=The name of the FIFO special file to use. (defaults to: /tmp/music.input)
@@ -184,6 +195,12 @@ about the two possible suffixes of this module.

cookie=Name of the cookie file for authentication purposes +

module-native-protocol-fd

+ +

This is used internally when auto spawning a new daemon.

+ +

Miscellaneous

+

module-x11-bell

Intercepts X11 bell events and plays a sample from the sample cache on each occurence.

@@ -194,7 +211,16 @@ about the two possible suffixes of this module.

sink=Name of the sink to play the sample on. If ommited defaults to the default sink. +

module-sine

+ +

Creates a sink input and generates a sine waveform stream.

+ + + + +
sink=The sink to connect to. If ommited defaults to the default sink.
frequency=The frequency to generate in Hertz. Defaults to 440.
+
-
Lennart Poettering <@PACKAGE_BUGREPORT@>, August 2004
+
Lennart Poettering <@PACKAGE_BUGREPORT@>, September 2004
$Id$
-- cgit