mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
module-pulse-tunner: add module to tunnel to PulseAudio
Add a module that can make a source or sink that tunnels audio to or from a (remote) PulseAudio server.
This commit is contained in:
parent
685ff1dc25
commit
44f326013b
4 changed files with 811 additions and 0 deletions
|
|
@ -183,3 +183,7 @@ option('sndfile',
|
|||
description: 'Enable code that depends on libsndfile',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
option('libpulse',
|
||||
description: 'Enable code that depends on libpulse',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue