libpipewire-module-example-source(7) Miscellaneous Information Manual NAME libpipewire-module-example-source - 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 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 # ~/.config/pipewire/pipewire.conf.d/my-example-source.conf context.modules = [ { name = libpipewire-module-example-source args = { node.name = "example_source" node.description = "My Example Source" stream.props = { audio.position = [ FL FR ] } } } ] PipeWire 1.4.7 libpipewire-module-example-source(7)