From 3c192db1c4ce0df19abb913b92ca756f00be7d57 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 30 Jan 2022 04:07:37 +0200 Subject: [PATCH] pw-link: add page (#7703) --- pages/linux/pw-link.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/pw-link.md diff --git a/pages/linux/pw-link.md b/pages/linux/pw-link.md new file mode 100644 index 0000000000..9e9173207a --- /dev/null +++ b/pages/linux/pw-link.md @@ -0,0 +1,20 @@ +# pw-link + +> Manage links between ports in PipeWire. +> More information: . + +- 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`