commands.sh

pw-link

linux

Manage links between ports in PipeWire.

More info →

Options (4)

boolean

List all audio output and input ports with their IDs

Example: pw-link {{[-oiI|--output --input --id]}}
-d, --disconnectboolean

Disconnect two ports

Example: pw-link {{[-d|--disconnect]}} {{output_port_name}} {{input_port_name}}
boolean

List all links with their IDs

Example: pw-link {{[-lI|--links --id]}}
-h, --helpboolean

Display help

Example: pw-link {{[-h|--help]}}

Examples (5)

List all audio output and input ports with their IDs

pw-link [-oiI|--output --input --id]

Create a link between an output and an input port

pw-link output_port_name input_port_name

Disconnect two ports

pw-link [-d|--disconnect] output_port_name input_port_name

List all links with their IDs

pw-link [-lI|--links --id]

Display help

pw-link [-h|--help]
made by @shridhargupta | data from tldr-pages