mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
modules: add more docs
This commit is contained in:
parent
e3b17581f2
commit
89010410eb
3 changed files with 88 additions and 1 deletions
|
|
@ -39,6 +39,19 @@
|
|||
#include "module-protocol-pulse/pulse-server.h"
|
||||
|
||||
/** \page page_module_protocol_pulse PipeWire Module: Protocol Pulse
|
||||
*
|
||||
* This module implements a complete PulseAudio server on top of
|
||||
* PipeWire. This is only the server implementation, client are expected
|
||||
* to use the original PulseAudio client library. This provides a
|
||||
* high level of compatibility with existing applications; in fact,
|
||||
* all usual PulseAudio tools such as pavucontrol, pactl, pamon, paplay
|
||||
* should continue to work as they did before.
|
||||
*
|
||||
* This module is usually loaded as part of a standalone pipewire process,
|
||||
* called pipewire-pulse, with the pipewire-pulse.conf config file.
|
||||
*
|
||||
* The pulse server implements a sample cache that is otherwise not
|
||||
* available in PipeWire.
|
||||
*
|
||||
* ## Module Options
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue