From 3ff68bd7a57186c6c6def975be3fc7e826c8bbcd Mon Sep 17 00:00:00 2001
From: Pierre Ossman
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.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. 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. 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.JACK Connectivity
-module-jack-sink
-
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 |
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 v1.2.3