.TH "libpipewire-module-jackdbus-detect" 7 "1.6.8" "PipeWire" \" -*- nroff -*- .ad l .nh .SH NAME libpipewire-module-jackdbus-detect \- JACK DBus detect .SH DESCRIPTION .PP Automatically creates a sink/source when a jackdbus server is started and connect to JACK\&. .PP .SH "MODULE NAME" .PP .PP \fRlibpipewire-module-jackdbus-detect\fP .PP .SH "MODULE OPTIONS" .PP .PP There are no module-specific options, all arguments are passed to \fBJACK Tunnel\fP\&. .PP .SH "CONFIG OVERRIDE" .PP .PP A \fRmodule\&.jackdbus-detect\&.args\fP config section can be added to override the module arguments\&. .PP .PP .nf # ~/\&.config/pipewire/pipewire\&.conf\&.d/my\-jack\-dbus\-detect\-args\&.conf module\&.jackdbus\-detect\&.args = { #tunnel\&.mode = duplex } .fi .PP .PP .SH "EXAMPLE CONFIGURATION" .PP .PP .PP .nf # ~/\&.config/pipewire/pipewire\&.conf\&.d/my\-jack\-dbus\-detect\&.conf context\&.modules = [ { name = libpipewire\-module\-jackdbus\-detect args { #jack\&.server = null #tunnel\&.mode = duplex #audio\&.channels = 2 #audio\&.position = [ FL FR ] source\&.props = { # extra sink properties } sink\&.props = { # extra sink properties } } } ] .fi .PP