mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
deprecate the libpulse replacement
Don't build by default, update the README With pulse-server we are more flexible and compatible and we don't have to (badly) reimplement libpulse anymore.
This commit is contained in:
parent
5bfc3b90ef
commit
346e35eed5
2 changed files with 5 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ option('libjack-path',
|
||||||
option('pipewire-pulseaudio',
|
option('pipewire-pulseaudio',
|
||||||
description: 'Enable pipewire-pulseaudio integration',
|
description: 'Enable pipewire-pulseaudio integration',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
value: true)
|
value: false)
|
||||||
option('libpulse-path',
|
option('libpulse-path',
|
||||||
description: 'Where to install the libpulse.so library',
|
description: 'Where to install the libpulse.so library',
|
||||||
type: 'string')
|
type: 'string')
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,7 @@ PulseAudio client library for PipeWire
|
||||||
|
|
||||||
This is a replacement libpulse.so library. Clients using this library will
|
This is a replacement libpulse.so library. Clients using this library will
|
||||||
transparently connect to PipeWire.
|
transparently connect to PipeWire.
|
||||||
|
|
||||||
|
This is now deprecated in favour of the protocol-pulse module that
|
||||||
|
implements the pulseaudio protocol directly. This makes it possible to
|
||||||
|
use the standard pulseaudio client library.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue