mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 04:06:04 +02:00

* pipewire: add page * pw-profiler: add page * pw-profiler: fix ponctuation * pipewire: add angle brackets to information link * pw-profiler: fix filename * pw-profiler: use space instead of equal * pw-dump: add page * pw-dump: remove trailing space * pw-pipewire, pw-dump: add pt_BR translations * pw-dump: refine wording of first command's description * pipewire: add missing curly bracket Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pipewire: replace starts with start Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pw-dump: refine wording Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pw-profiler: add missing backticks Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pipewire: fix typo Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * pipewire: translate placeholder Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * pipewire: use "the" instead of "a" Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * pipewire: use "o" instead of "um" in pt_BR * pipewire: add missing curly bracket in pt_BR * pipewire: translate "or" in pt_BR * pipewire: remove "=" in arguments --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
20 lines
424 B
Markdown
20 lines
424 B
Markdown
# pipewire
|
|
|
|
> Inicia o daemon do PipeWire.
|
|
> Mais informações: <https://docs.pipewire.org/page_man_pipewire_1.html>.
|
|
|
|
- Inicia o daemon do PipeWire:
|
|
|
|
`pipewire`
|
|
|
|
- Usa um arquivo de configuração diferente:
|
|
|
|
`pipewire --config {{caminho/para/arquivo.conf}}`
|
|
|
|
- Define o nível de verbosidade (erros, avisos, informações, depuração ou rastreamento):
|
|
|
|
`pipewire -{{v|vv|...|vvvvv}}`
|
|
|
|
- Exibir ajuda:
|
|
|
|
`pipewire --help`
|