mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 23:56:00 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/pipewire-pulse
Normal file
25
tldr/linux/pipewire-pulse
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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]}}`
|
||||
Reference in New Issue
Block a user