mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-28 08:57:33 -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
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue