Provided by: libpipewire-0.3-modules_1.0.5-1_amd64 bug

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

       • 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

GENERAL OPTIONS

       Options with well-known behavior.

       • remote.nameaudio.formataudio.rateaudio.channelsaudio.positionmedia.namenode.latencynode.namenode.descriptionnode.groupnode.virtualmedia.class

EXAMPLE CONFIGURATION

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