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

@ -310,6 +310,7 @@ dbus_dep = dependency('dbus-1')
sdl_dep = dependency('sdl2', required : get_option('sdl2'))
ncurses_dep = dependency('ncursesw', required : false)
sndfile_dep = dependency('sndfile', version : '>= 1.0.20', required : get_option('sndfile'))
pulseaudio_dep = dependency('libpulse', required : get_option('libpulse'))
gst_option = get_option('gstreamer')
gst_deps_def = {