← 返回命令列表

Linux command

pw-reserve 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Reserve

pw-reserve -n audio0

Monitor

pw-reserve -n audio0 -m

Example

pw-reserve -h

说明

pw-reserve reserves a device for exclusive use by PipeWire. This implements the D-Bus device reservation protocol, allowing PipeWire to coordinate device access with other audio servers. Currently only audio devices are supported. Device reservation prevents conflicts when multiple audio systems attempt to access the same hardware.

参数

-n, --name _device_
Specify device name to reserve (e.g., audio0, audio1)
-m, --monitor
Monitor device instead of reserving it
-h, --help
Display help message

FAQ

What is the pw-reserve command used for?

pw-reserve reserves a device for exclusive use by PipeWire. This implements the D-Bus device reservation protocol, allowing PipeWire to coordinate device access with other audio servers. Currently only audio devices are supported. Device reservation prevents conflicts when multiple audio systems attempt to access the same hardware.

How do I run a basic pw-reserve example?

Run `pw-reserve -n audio0` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -n, --name _device_ do in pw-reserve?

Specify device name to reserve (e.g., audio0, audio1)