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-roc-sink - ROC sink

Description

The roc-sink module creates a PipeWire sink that sends samples to a preconfigured receiver address. One can then connect an audio stream of any running application to that sink or make it the default sink.

Example Configuration

# ~/.config/pipewire/pipewire.conf.d/my-roc-sink.conf context.modules = [ { name = libpipewire-module-roc-sink args = { fec.code = disable remote.ip = 192.168.0.244 remote.source.port = 10001 remote.repair.port = 10002 remote.control.port = 10003 sink.name = "ROC Sink" sink.props = { node.name = "roc-sink" } } } ] PipeWire 1.4.5 libpipewire-module-roc-sink(7)

General Options

Options with well-known behavior: • node.namenode.descriptionmedia.name

Module Name

libpipewire-module-roc-sink

Module Options

Options specific to the behavior of this module • sink.props = {}: properties to be passed to the sink stream • sink.name = <str>: node.name of the sink • remote.ip = <str>: remote receiver ip • remote.source.port = <str>: remote receiver TCP/UDP port for source packets • remote.repair.port = <str>: remote receiver TCP/UDP port for receiver packets • remote.control.port = <str>: remote receiver TCP/UDP port for control packets • fec.code = <str>: Possible values: disable, rs8m, ldpc

Name

libpipewire-module-roc-sink - ROC sink

See Also