logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

libpipewire-module-jack-tunnel - JACK Tunnel

Description

The jack-tunnel module provides a source or sink that tunnels all audio to a JACK server. This module is usually used together with JACKDBusdetect that will automatically load the tunnel with the right parameters based on dbus information.

Example Configuration Of A Duplex Sink/Source

# ~/.config/pipewire/pipewire.conf.d/my-jack-tunnel.conf context.modules = [ { name = libpipewire-module-jack-tunnel args = { #jack.library = libjack.so.0 #jack.server = null #jack.client-name = PipeWire #jack.connect = true #tunnel.mode = duplex #midi.ports = 0 #audio.channels = 2 #audio.position = [ FL FR ] source.props = { # extra sink properties } sink.props = { # extra sink properties } } } ] PipeWire 1.4.5 libpipewire-module-jack-tunnel(7)

General Options

Options with well-known behavior. • remote.nameaudio.channelsaudio.positionnode.namenode.descriptionnode.groupnode.virtualmedia.classtarget.object to specify the remote node.name or serial.id to link to

Module Name

libpipewire-module-jack-tunnel

Module Options

• jack.library: the libjack to load, by default libjack.so.0 is searched in JACK_PATH directories and then some standard library paths. Can be an absolute path. • jack.server: the name of the JACK server to tunnel to. • jack.client-name: the name of the JACK client. • jack.connect: if jack ports should be connected automatically. Can also be placed per stream. • tunnel.mode: the tunnel mode, sink|source|duplex, default duplex • midi.ports: the number of midi ports. Can also be added to the stream props. • source.props: Extra properties for the source filter. • sink.props: Extra properties for the sink filter.

Name

libpipewire-module-jack-tunnel - JACK Tunnel

See Also