Sponsor:

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

libpipewire-module-example-source - Man Page

Example Source

Description

The example source is a good starting point for writing a custom source. We refer to the source code for more information.

Module Name

libpipewire-module-example-source

Module Options

General Options

Options with well-known behavior.

Example Configuration

context.modules = [
{   name = libpipewire-module-example-source
    args = {
        node.name = "example_source"
        node.description = "My Example Source"
        stream.props = {
            audio.position = [ FL FR ]
        }
    }
}
]

Referenced By

libpipewire-modules(7).

1.0.5 PipeWire