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:
Wim Taymans 2021-05-12 15:55:15 +02:00
parent 685ff1dc25
commit 44f326013b
4 changed files with 811 additions and 0 deletions

View file

@ -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')