mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-06-12 11:08:23 +02:00
read-only mirror of https://gitlab.freedesktop.org/pipewire/wireplumber
This commit adds a WirePlumber module which stores the current route for a given device, and implements the necessary interfaces to restore those on startup. The routes are stored as an array of objects in JSON format. Please note that actually restoring routes on startup is not done by this module but will be implemented separately in a future commit. |
||
|---|---|---|
| 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