mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
man: add pipewire-pulse.conf.5
It mainly points to libpipewire-module-protocol-pulse(7) where the documentation actually is.
This commit is contained in:
parent
b60ef222c1
commit
6d71fc637c
3 changed files with 68 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ manpages = [
|
|||
'pipewire.1.rst.in',
|
||||
'pipewire-pulse.1.rst.in',
|
||||
'pipewire.conf.5.rst.in',
|
||||
'pipewire-pulse.conf.5.rst.in',
|
||||
'pw-cat.1.rst.in',
|
||||
'pw-cli.1.rst.in',
|
||||
'pw-config.1.rst.in',
|
||||
|
|
|
|||
|
|
@ -45,5 +45,6 @@ PipeWire is available from @PACKAGE_URL@
|
|||
SEE ALSO
|
||||
========
|
||||
|
||||
``pipewire-pulse.conf(5)``,
|
||||
``pipewire(1)``,
|
||||
``pipewire-pulse-modules(7)``
|
||||
|
|
|
|||
66
man/pipewire-pulse.conf.5.rst.in
Normal file
66
man/pipewire-pulse.conf.5.rst.in
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
pipewire-pulse.conf
|
||||
###################
|
||||
|
||||
-------------------------------------------------
|
||||
The PipeWire Pulseaudio server configuration file
|
||||
-------------------------------------------------
|
||||
|
||||
:Manual section: 5
|
||||
:Manual group: File Formats Manual
|
||||
|
||||
.. _synopsis:
|
||||
|
||||
SYNOPSIS
|
||||
========
|
||||
|
||||
*$XDG_CONFIG_HOME/pipewire/pipewire-pulse.conf*
|
||||
|
||||
*@PIPEWIRE_CONFIG_DIR@/pipewire-pulse.conf*
|
||||
|
||||
*@PIPEWIRE_CONFDATADIR@/pipewire-pulse.conf*
|
||||
|
||||
*@PIPEWIRE_CONFDATADIR@/pipewire-pulse.conf.d/*
|
||||
|
||||
*@PIPEWIRE_CONFIG_DIR@/pipewire-pulse.conf.d/*
|
||||
|
||||
*$XDG_CONFIG_HOME/pipewire/pipewire-pulse.conf.d/*
|
||||
|
||||
DESCRIPTION
|
||||
===========
|
||||
|
||||
Configuration for PipeWire's PulseAudio-compatible daemon.
|
||||
|
||||
The configuration file format is the same as for ``pipewire.conf(5)``.
|
||||
There are additional sections for configuring ``pipewire-pulse(1)``
|
||||
settings.
|
||||
|
||||
|
||||
CONFIGURATION FILE SECTIONS
|
||||
===========================
|
||||
|
||||
pulse.properties
|
||||
Dictionary. These properties configure the PipeWire Pulseaudio server properties.
|
||||
|
||||
pulse.cmd
|
||||
Array of dictionaries. A set of commands to be executed on startup.
|
||||
|
||||
pulse.rules
|
||||
Array of dictionaries. A set of match rules and actions to apply to clients.
|
||||
|
||||
See ``libpipewire-module-protocol-pulse(7)`` for the detailed description.
|
||||
|
||||
In addition, the general PipeWire daemon configuration sections apply,
|
||||
see ``pipewire.conf(5)``.
|
||||
|
||||
AUTHORS
|
||||
=======
|
||||
|
||||
The PipeWire Developers <@PACKAGE_BUGREPORT@>; PipeWire is available from @PACKAGE_URL@
|
||||
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
``libpipewire-module-protocol-pulse(7)``,
|
||||
``pipewire.conf(5)``,
|
||||
``pipewire-pulse(1)``,
|
||||
``pipewire-pulse-modules(7)``,
|
||||
Loading…
Add table
Add a link
Reference in a new issue