From c35052aa5a109013b8ed3326aaeede3bd5b2325e Mon Sep 17 00:00:00 2001
From: Lennart Poettering
Polypaudio 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 +created in the JACK server.
+ +This module implements a Polypaudio 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. |
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 polypaudio. |
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 |
This module implements a Polypaudio 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.
+