Files
cheatsheet-tldr/tldr/linux/pipewire-pulse
2025-10-20 00:21:08 +00:00

26 lines
602 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# pipewire-pulse
> Start a PulseAudio-compatible daemon for PipeWire.
> More information: <https://docs.pipewire.org/page_man_pipewire-pulse_1.html>.
- Start the daemon with default settings:
`pipewire-pulse`
- Start the daemon with a specific configuration file:
`pipewire-pulse {{[-c|--config]}} {{path/to/pipewire-pulse.conf}}`
- Increase the verbosity level (use multiple times for more verbosity, e.g. `-vvv`):
`pipewire-pulse {{[-v|--verbose]}}`
- Display help:
`pipewire-pulse {{[-h|--help]}}`