mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-04-23 11:10:38 +02:00
read-only mirror of https://gitlab.freedesktop.org/pipewire/wireplumber
This allows configuring: * the scripting engine, in case we ever add another one * the app name, so that we can distinguish multiple instances of wireplumber * the log level in the same way as pipewire * wireplumber components to load. This allows loading components even without a scripting engine (for a mimimal daemon) and also allows configuring which lua config file(s) to load * additional pw_context properties that pipewire modules may be using * the exact pipewire modules to load (instead of relying on client.conf) |
||
|---|---|---|
| docs | ||
| lib | ||
| modules | ||
| src | ||
| subprojects | ||
| tests | ||
| .editorconfig | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| LICENSE | ||
| Makefile | ||
| meson.build | ||
| meson_options.txt | ||
| NEWS.md | ||
| README.md | ||
WirePlumber
WirePlumber is a modular session / policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API, providing convenience for writing the daemon's modules as well as external tools for managing PipeWire.
Getting Started
Please refer to the documentation, which is available online here