Sponsor:

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

libpipewire-module-example-sink - Man Page

Example Sink

Description

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

Module Name

libpipewire-module-example-sink

Module Options

General Options

Options with well-known behavior.

Example Configuration

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

Referenced By

libpipewire-modules(7).

1.0.5 PipeWire