1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/pw-link.md
Vitor Henrique 1a4fd7bebc
pw-link: update page; pw-*: add pt_BR translation (#11740)
* pw_link: list with ids

* pw-link: add list links example

* pw-*: add pt_BR translation

* pw-cat, pw-loopback: fix formatting errors in pt_BR

* pw-*: replace "ids" with "IDs"

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pw-*: fix verb tenses in pt_BR

* pw-link: clarify WAV mentioning in pt_BR

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* pw-cat: change example volume level to 125%

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-12-20 05:18:30 +05:30

24 lines
526 B
Markdown

# 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 with their IDs:
`pw-link --output --input --ids`
- 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}}`
- List all links with their IDs:
`pw-link --links --ids`
- Display help:
`pw-link -h`