pipewire/man/pipewire-pulse.conf.5.rst.in
Pauli Virtanen 6d71fc637c man: add pipewire-pulse.conf.5
It mainly points to libpipewire-module-protocol-pulse(7) where the
documentation actually is.
2023-11-20 08:41:13 +00:00

66 lines
1.5 KiB
ReStructuredText

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)``,