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

# ~/.config/pipewire/pipewire.conf.d/my-example-sink.conf

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.2.6 PipeWire