diff --git a/pages/linux/pw-reserve.md b/pages/linux/pw-reserve.md new file mode 100644 index 0000000000..9d02767a4a --- /dev/null +++ b/pages/linux/pw-reserve.md @@ -0,0 +1,12 @@ +# pw-reserve + +> Reserve a device for PipeWire. +> More information: . + +- Reserve a device (currently only supports audio devices): + +`pw-reserve {{[-n|--name]}} {{audioN}}` + +- Monitor a device instead of reserving it: + +`pw-reserve {{[-n|--name]}} {{audioN}} {{[-m|--monitor]}}` diff --git a/pages/linux/pw-v4l2.md b/pages/linux/pw-v4l2.md new file mode 100644 index 0000000000..aaebbd3b06 --- /dev/null +++ b/pages/linux/pw-v4l2.md @@ -0,0 +1,8 @@ +# pw-v4l2 + +> Use v4l2 programs within PipeWire. +> More information: . + +- Run a program: + +`pw-v4l2 {{program}}`