libpipewire-module-example-sink(7) Miscellaneous Information Manual libpipewire-module-example-sink(7)

libpipewire-module-example-sink - Example Sink

The example sink is a good starting point for writing a custom sink.

We refer to the source code for more information.

libpipewire-module-example-sink

Options with well-known behavior.

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

1.0.5 PipeWire