logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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.

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.5 libpipewire-module-example-source(7)

General Options

Options with well-known behavior. • remote.nameaudio.formataudio.rateaudio.channelsaudio.positionmedia.namenode.latencynode.namenode.descriptionnode.groupnode.virtualmedia.class

Module Name

libpipewire-module-example-source

Module Options

• node.name: a unique name for the stream • node.description: a human readable name for the stream • stream.props = {}: properties to be passed to the stream

Name

libpipewire-module-example-source - Example Source

See Also