Man page - libpipewire-module-jackdbus-detect(7)

Packages contains this manual

Manual

libpipewire-module-jackdbus-detect

NAME
DESCRIPTION
MODULE NAME
MODULE OPTIONS
CONFIG OVERRIDE
EXAMPLE CONFIGURATION

NAME

libpipewire-module-jackdbus-detect - JACK DBus detect

DESCRIPTION

Automatically creates a sink/source when a jackdbus server is started and connect to JACK.

MODULE NAME

libpipewire-module-jackdbus-detect

MODULE OPTIONS

There are no module-specific options, all arguments are passed to JACK Tunnel .

CONFIG OVERRIDE

A module.jackdbus-detect.args config section can be added to override the module arguments.

# ˜/.config/pipewire/pipewire.conf.d/my-jack-dbus-detect-args.conf

module.jackdbus-detect.args = {
#tunnel.mode = duplex
}

EXAMPLE CONFIGURATION

# ˜/.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
}
}
}
]