Linux command
wireplumber 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Enable
systemctl --user --now enable wireplumber
Run
wireplumber
Example
wireplumber --config-file [path/to/file]
Example
wireplumber --help
Example
wireplumber --version
说明
wireplumber is a modular session/policy manager for PipeWire. It handles device routing, audio policy decisions, and session management for the PipeWire multimedia framework. The tool provides a GObject-based high-level library that wraps PipeWire's API for easier integration.
参数
- -c, --config-file _FILE_
- Use the specified main configuration file instead of `wireplumber.conf`.
- -n, --name _NAME_
- Use a custom daemon name (useful for running multiple instances).
- -d, --debug _LEVEL_
- Set log level (e.g. `D` for debug, `I` for info, `W` for warnings, `E` for errors) or a GLib-style domain:level spec.
- -v, --verbose
- Increase log verbosity (equivalent to `--debug=D`).
- --help
- Display help information.
- --version
- Display version information.
FAQ
What is the wireplumber command used for?
wireplumber is a modular session/policy manager for PipeWire. It handles device routing, audio policy decisions, and session management for the PipeWire multimedia framework. The tool provides a GObject-based high-level library that wraps PipeWire's API for easier integration.
How do I run a basic wireplumber example?
Run `systemctl --user --now enable wireplumber` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -c, --config-file _FILE_ do in wireplumber?
Use the specified main configuration file instead of `wireplumber.conf`.