2022-01-30 02:07:37 +00:00
|
|
|
# pw-link
|
|
|
|
|
|
|
|
> Manage links between ports in PipeWire.
|
|
|
|
> More information: <https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Virtual-Devices>.
|
|
|
|
|
2023-12-19 23:48:30 +00:00
|
|
|
- List all audio output and input ports with their IDs:
|
2022-01-30 02:07:37 +00:00
|
|
|
|
2023-12-19 23:48:30 +00:00
|
|
|
`pw-link --output --input --ids`
|
2022-01-30 02:07:37 +00:00
|
|
|
|
|
|
|
- Create a link between an output and an input port:
|
|
|
|
|
|
|
|
`pw-link {{output_port_name}} {{input_port_name}}`
|
|
|
|
|
|
|
|
- Disconnect two ports:
|
|
|
|
|
|
|
|
`pw-link --disconnect {{output_port_name}} {{input_port_name}}`
|
|
|
|
|
2023-12-19 23:48:30 +00:00
|
|
|
- List all links with their IDs:
|
|
|
|
|
|
|
|
`pw-link --links --ids`
|
|
|
|
|
2022-01-30 02:07:37 +00:00
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`pw-link -h`
|