From 3ff68bd7a57186c6c6def975be3fc7e826c8bbcd Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 20 Jun 2006 13:02:34 +0000 Subject: Fix the final few occurences of polyp. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1042 fefdeb5f-60dc-0310-8127-8f9354f1896f --- doc/modules.html.in | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/modules.html.in b/doc/modules.html.in index 23ece954..7f12d9a9 100644 --- a/doc/modules.html.in +++ b/doc/modules.html.in @@ -312,12 +312,12 @@ as module-cli-protocol-tcp.

module-x11-publish

-

Publishes the access credentials to the Polypaudio server in the +

Publishes the access credentials to the PulseAudio server in the X11 root window. The following properties are used: PULSE_SERVER, POYLP_SINK, PULSE_SOURCE, PULSE_COOKIE. This is very useful when using SSH or any other remote login tool for logging into other machines and getting audio -playback to your local speakers. The Polypaudio client libraries make +playback to your local speakers. The PulseAudio client libraries make use of this data automatically. Instead of using this module you may use the tool pax11publish which may be used to access, modify and import credential data from/to the X11 display.

@@ -354,7 +354,7 @@ already loaded protocol module is used.

RTP/SDP/SAP Transport

-

Polypaudio can stream audio data to an IP multicast group via the +

PulseAudio can stream audio data to an IP multicast group via the standard protocols RTP, -

Polypaudio implements both a sender and a reciever for RTP +

PulseAudio implements both a sender and a reciever for RTP traffic. The sender announces itself via SAP/SDP on the same multicast group as it sends the RTP data to. The reciever picks up the SAP/SDP announcements and creates a playback stream for each @@ -418,26 +418,26 @@ module to create an RTP source.

JACK Connectivity

-

Polypaudio can be hooked up to a PulseAudio can be hooked up to a JACK Audio Connection Kit server which is a specialized sound server used for professional audio production on Unix/Linux. Both a -Polypaudio sink and a source are available. For each channel a port is +PulseAudio sink and a source are available. For each channel a port is created in the JACK server.

module-jack-sink

-

This module implements a Polypaudio sink that connects to JACK and registers as many output ports as requested.

+

This module implements a PulseAudio sink that connects to JACK and registers as many output ports as requested.

- + - +
sink_name=The name for the Polypaudio sink. If ommited defaults to jack_out.
sink_name=The name for the PulseAudio sink. If ommited defaults to jack_out.
server_name=The JACK server to connect to. If ommited defaults to the default server.
client_name=The client name to tell the JACK server. If ommited defaults to PulseAudio.
channels=Number of channels to register. If ommited defaults to the number of physical playback ports of the JACK server.
connect=Takes a boolean value. If enabled (the default) Polypaudio will try to connect its ports to the physicial playback ports of the JACK server
connect=Takes a boolean value. If enabled (the default) PulseAudio will try to connect its ports to the physicial playback ports of the JACK server

module-jack-source

-

This module implements a Polypaudio source that connects to JACK +

This module implements a PulseAudio source that connects to JACK and registers as many input ports as requested. Takes the same arguments as module-jack-sink, except for sink_name which is replaced by source_name (with a default of jack_in) for obvious reasons.

-- cgit