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>
This commit is contained in:
Vitor Henrique
2023-12-19 20:48:30 -03:00
committed by GitHub
parent 5d3caee147
commit 1a4fd7bebc
8 changed files with 126 additions and 4 deletions

View File

@@ -3,9 +3,9 @@
> Manage links between ports in PipeWire.
> More information: <https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Virtual-Devices>.
- List all audio output and input ports:
- List all audio output and input ports with their IDs:
`pw-link --output --input`
`pw-link --output --input --ids`
- Create a link between an output and an input port:
@@ -15,6 +15,10 @@
`pw-link --disconnect {{output_port_name}} {{input_port_name}}`
- List all links with their IDs:
`pw-link --links --ids`
- Display help:
`pw-link -h`