doc: include pipewire-pulse modules explanations also on man page

This commit is contained in:
Pauli Virtanen 2023-12-09 16:31:11 +02:00
parent 31b7ff58ad
commit bdf96979fc
4 changed files with 118 additions and 128 deletions

View file

@ -4,21 +4,9 @@ PipeWire Pulseaudio modules
# DESCRIPTION
PipeWire's Pulseaudio emulation implements several Pulseaudio modules.
It only supports its own built-in modules, and cannot load external
modules written for Pulseaudio.
\include{doc} pulse-modules.inc
The built-in modules can be loaded using Pulseaudio client programs, for
example `pactl load-module \<module-name\> \<module-options\>`.
They can also added to `pipewire-pulse.conf`, typically by a
drop-in file in `~/.config/pipewire/pipewire-pulse.conf.d/`
containing the module name and its arguments
pulse.cmd = [
{ cmd = "load-module" args = "module-null-sink sink_name=foo" flags = [ ] }
]
# KNOWN MODULES
# BUILT-IN MODULES
$(PIPEWIRE_PULSE_MODULES)