LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

wpexec

Execute WirePlumber Lua scripts

TLDR

Run Lua script
$ wpexec [path/to/file.lua]
copy
Display help
$ wpexec --help
copy

SYNOPSIS

wpexec [OPTIONS] SCRIPT

DESCRIPTION

wpexec runs WirePlumber Lua scripts. It provides access to WirePlumber's Lua API for scripting audio routing, device management, and policy customization.
Scripts can interact with PipeWire nodes, links, and sessions through WirePlumber's object model.

PARAMETERS

--help

Display help information

CAVEATS

Requires WirePlumber and PipeWire. Scripts must use WirePlumber's Lua API. Errors in scripts may affect audio functionality.

SEE ALSO

Copied to clipboard
Kai