mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
jack: add jack source and sink
Makes a device with a source and sink that automatically proxies all physical ports from jack. Jack then drives our PipeWire pipeline from its own thread.
This commit is contained in:
parent
d00c641559
commit
5b9869200f
15 changed files with 2433 additions and 1 deletions
|
|
@ -16,6 +16,9 @@ endif
|
|||
if get_option('ffmpeg')
|
||||
subdir('ffmpeg')
|
||||
endif
|
||||
if get_option('jack')
|
||||
subdir('jack')
|
||||
endif
|
||||
if get_option('support')
|
||||
subdir('support')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue