LinuxCommandLibrary

pw-reserve

Reserve audio devices for exclusive use

TLDR

Reserve a device (audio devices only)

$ pw-reserve -n audio0
copy
Monitor a device instead of reserving it
$ pw-reserve -n audio0 -m
copy
Display help
$ pw-reserve -h
copy

SYNOPSIS

pw-reserve [options]

DESCRIPTION

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.

PARAMETERS

-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

CAVEATS

Only audio devices are supported currently. Device names follow the audioN naming convention. Reservation requires D-Bus access.

HISTORY

Part of PipeWire, the modern multimedia framework for Linux. Implements the org.freedesktop.ReserveDevice specification for audio device sharing.

SEE ALSO

pipewire(1), pw-cli(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community