1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 21:15:32 +02:00

pw-link: add page (#7703)

This commit is contained in:
Managor 2022-01-30 04:07:37 +02:00 committed by GitHub
parent c10199cd1a
commit 3c192db1c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
pages/linux/pw-link.md Normal file
View file

@ -0,0 +1,20 @@
# pw-link
> Manage links between ports in PipeWire.
> More information: <https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Virtual-Devices>.
- List all audio output and input ports:
`pw-link --output --input'`
- 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}}`
- Display help:
`pw-link -h`