Sponsor:

Your company here, and a link to your site. Click to find out more.

libpipewire-module-netjack2-manager - Man Page

Netjack2 manager

Description

The netjack2 manager module listens for new netjack2 driver messages and will start a communication channel with them.

Module Name

libpipewire-module-netjack2-manager

Module Options

General Options

Options with well-known behavior.

Example Configuration of a Duplex Sink/Source

context.modules = [
{   name = libpipewire-module-netjack2-manager
    args = {
        #netjack2.connect     = true
        #netjack2.sample-rate = 48000
        #netjack2.period-size = 1024
        #netjack2.encoding    = float # float|opus
        #netjack2.kbps        = 64
        #midi.ports           = 0
        #audio.channels       = 2
        #audio.position       = [ FL FR ]
        source.props = {
            # extra sink properties
        }
        sink.props = {
            # extra sink properties
        }
    }
}
]

Referenced By

libpipewire-modules(7).

1.0.5 PipeWire