mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Prior to this commit, the man page for pipewire-pulse did not make it clear that although pipewire-pulse is "integrated" in a general sense with the pipewire system, it runs its own pipewire process, that is, in some sense, independent. For example, restarting the pipewire service does not restart the pipewire-pulse service. The aim of this commit is to improve people's understanding of the relation between pipewire-pulse and pipewire in the most obvious place where they would expect to find it.
48 lines
910 B
ReStructuredText
48 lines
910 B
ReStructuredText
pipewire-pulse
|
|
##############
|
|
|
|
-----------------------------------
|
|
The PipeWire PulseAudio replacement
|
|
-----------------------------------
|
|
|
|
:Manual section: 1
|
|
:Manual group: General Commands Manual
|
|
|
|
SYNOPSIS
|
|
========
|
|
|
|
| **pipewire-pulse** [*options*]
|
|
|
|
DESCRIPTION
|
|
===========
|
|
|
|
**pipewire-pulse** starts a PulseAudio-compatible daemon that integrates with
|
|
the PipeWire media server, by running a pipewire process through a systemd
|
|
service. This daemon is a drop-in replacement for the PulseAudio daemon.
|
|
|
|
OPTIONS
|
|
=======
|
|
|
|
-h | --help
|
|
Show help.
|
|
|
|
-v | --verbose
|
|
Increase the verbosity by one level. This option may be specified multiple
|
|
times.
|
|
|
|
--version
|
|
Show version information.
|
|
|
|
-c | --config=FILE
|
|
Load the given config file (Default: pipewire-pulse.conf).
|
|
|
|
AUTHORS
|
|
=======
|
|
|
|
The PipeWire Developers <@PACKAGE_BUGREPORT@>;
|
|
PipeWire is available from @PACKAGE_URL@
|
|
|
|
SEE ALSO
|
|
========
|
|
|
|
``pipewire(1)``
|