HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pw-reserve — Reserve a device for PipeWire. More information: <https://docs.pipewire.org/page_man_pw-reserve_1.ht

Submitted by: @import:tldr-pages··
0
Viewed 0 times
pipewirecommandpw-reserveclimorereservefordevice
linux

Problem

How to use the pw-reserve command: Reserve a device for PipeWire. More information: <https://docs.pipewire.org/page_man_pw-reserve_1.html>.

Solution

pw-reserve — Reserve a device for PipeWire. More information: <https://docs.pipewire.org/page_man_pw-reserve_1.html>.

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]}}


Display help:
pw-reserve {{[-h|--help]}}

Code Snippets

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]}}

Display help

pw-reserve {{[-h|--help]}}

Context

tldr-pages: linux/pw-reserve

Revisions (0)

No revisions yet.