wireplumber/docs/index.md

33 lines
1.1 KiB
Markdown
Raw Normal View History

# WirePlumber
WirePlumber is a modular session / policy manager for
[PipeWire](https://pipewire.org) 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.
2020-05-19 17:43:08 +03:00
* [Installing WirePlumber](installation/from-source.md)
2020-05-19 17:43:08 +03:00
## The WirePlumber Daemon
2020-05-19 17:43:08 +03:00
The WirePlumber daemon implements the session & policy management service.
It follows a modular design, having plugins that implement the actual
management functionality.
2020-05-19 17:43:08 +03:00
* [Running the WirePlumber Daemon](daemon/running.md)
* [Daemon Configuration](daemon/configuration.md)
* [Debug Logging](daemon/log.md)
2020-05-19 17:43:08 +03:00
## The WirePlumber Library
2020-05-19 17:43:08 +03:00
The WirePlumber Library provides API that allows you
to extend the WirePlumber daemon, to write management or status tools
for PipeWire (apps that don't do actual media streaming)
and to write custom session managers for embedded devices.
2020-05-19 17:43:08 +03:00
* [API Reference](gi-index)
2020-05-19 17:43:08 +03:00
## Resources
2020-06-18 19:21:21 +03:00
* [Contribute to WirePlumber](contributing/contributing.md)
2020-05-19 17:43:08 +03:00
* [Reach out to the community](community.md)