mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-06 01:18:22 +02:00
read-only mirror of https://gitlab.freedesktop.org/pipewire/wireplumber
By default system-lua=false, so the bundled version is built. The default_library for the lua subproject is also set to static now, so that we don't need to install liblua and mess up the system. For existing build trees, this needs to be switched manually now with -Dlua:default_library=static (or just wipe the build dir and start clean) |
||
|---|---|---|
| docs | ||
| lib | ||
| modules | ||
| src | ||
| subprojects | ||
| tests | ||
| tools | ||
| .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