diff options
author | marav <marav8@free.fr> | 2022-04-06 18:02:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:49 +0700 |
commit | 2bfe57b0fc4ce9052ca055a271c1dd8a24894480 (patch) | |
tree | a96ca4d143919409600ecd95f6694b063d1f60cd /audio/wireplumber/README | |
parent | 904dc75d3e54b916f252598792a9332a72d61f5a (diff) |
audio/wireplumber: Added (policy manager for PipeWire).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000..15a585ead1 --- /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 |