Files
tldr/pages.tr/linux/pw-link.md
2022-10-31 07:11:10 -03:00

21 lines
494 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# pw-link
> PipeWire'daki portlar arası linkleri yönet.
> Daha fazla bilgi için: <https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Virtual-Devices>.
- Tüm ses çıktı ve girdi portlarını sırala:
`pw-link --output --input'`
- Çıktı ve girdi portları arasında bir bağlantı yarat:
`pw-link {{çıktı_port_ismi}} {{girdi_port_ismi}}`
- Disconnect two ports:
`pw-link --disconnect {{çıktı_port_ismi}} {{girdi_port_ismi}}`
- Yardım sayfası göster:
`pw-link -h`