PipeWire 0.3.70
Loading...
Searching...
No Matches
PipeWire Module: JACK Tunnel

The jack-tunnel module provides a source or sink that tunnels all audio to a JACK server.

This module is usually used together with module-jack-dbus that will automatically load the tunnel with the right parameters based on dbus information.

Module Options

  • jack.server: the name of the JACK server to tunnel to.
  • tunnel.mode: the tunnel mode, sink|source|duplex, default duplex
  • source.props: Extra properties for the source stream.
  • sink.props: Extra properties for the sink stream.

General options

Options with well-known behavior.

Example configuration of a duplex sink/source

context.modules = [
{ name = libpipewire-module-jack-tunnel
args = {
#jack.server = null
#tunnel.mode = duplex
#audio.channels = 2
#audio.position = [ FL FR ]
source.props = {
# extra sink properties
}
sink.props = {
# extra sink properties
}
}
}
]