tldr/pages/common/wireplumber.md

26 lines
669 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# wireplumber
> A modular session/policy manager for PipeWire and a GObject-based high-level library that wraps PipeWires API.
> See also: `wpctl`, `pipewire`.
> More information: <https://pipewire.pages.freedesktop.org/wireplumber/running-wireplumber-daemon.html>.
- Make WirePlumber start with the user session immediately (for systemd systems):
`systemctl --user --now enable wireplumber`
- Run WirePlumber, after `pipewire` is started (for non-systemd systems):
`wireplumber`
- Specify a different context configuration file:
`wireplumber --config-file {{path/to/file}}`
- Display help:
`wireplumber --help`
- Display version:
`wirepumbler --version`