mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05: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
|
|
@ -1,7 +1,7 @@
|
|||
project('pipewire', ['c' ],
|
||||
version : '0.2.9',
|
||||
license : 'MIT',
|
||||
meson_version : '>= 0.44.0',
|
||||
meson_version : '>= 0.50.0',
|
||||
default_options : [ 'warning_level=1',
|
||||
'c_std=gnu99',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue