mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 15:44:27 +00:00
26 lines
602 B
Plaintext
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]}}`
|