libpipewire-module-example-sink(7) Miscellaneous Information Manual NAME libpipewire-module-example-sink - 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 o node.name: a unique name for the stream o node.description: a human readable name for the stream o stream.props = {}: properties to be passed to the stream GENERAL OPTIONS Options with well-known behavior. o remote.name o audio.format o audio.rate o audio.channels o audio.position o media.name o node.latency o node.name o node.description o node.group o node.virtual o media.class 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 ] } } } ] PipeWire 1.0.6 libpipewire-module-example-sink(7)