1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/pipewire.md

21 lines
371 B
Markdown
Raw Normal View History

2023-12-27 03:34:31 -03:00
# pipewire
> Start the PipeWire daemon.
> More information: <https://docs.pipewire.org/page_man_pipewire_1.html>.
- Start the PipeWire daemon:
`pipewire`
- Use a different configuration file:
`pipewire --config {{path/to/file.conf}}`
- Set the verbosity level (error, warn, info, debug or trace):
`pipewire -{{v|vv|...|vvvvv}}`
- Display help:
`pipewire --help`