diff options
Diffstat (limited to 'audio/wireplumber/README')
-rw-r--r-- | audio/wireplumber/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/wireplumber/README b/audio/wireplumber/README new file mode 100644 index 000000000000..15a585ead150 --- /dev/null +++ b/audio/wireplumber/README @@ -0,0 +1,25 @@ +Wireplumber - Session / policy manager implementation for PipeWire + +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. + +The WirePlumber daemon implements the session & policy management +service. It follows a modular design, having plugins that implement +the actual management functionality. + +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. + + +Replacement of pipewire-media : +Based on what P. Volkerding did for pulseaudio/pipewire +There are 2 scripts to enable/disable wireplumber, in /usr/sbin : +- wireplumber-enable.sh +- wireplumber-disable.sh + +For the changes to take effect : +logout / login |