jack: add per client match rules

This makes it possible to configure per client settings such as
latency and later also to lock the quantum for certain clients.

See #1456
This commit is contained in:
Wim Taymans 2021-07-27 15:50:05 +02:00
parent d2826a5dab
commit 4e087caa2b
4 changed files with 184 additions and 0 deletions

View file

@ -1,6 +1,7 @@
pipewire_jack_sources = [
'export.c',
'pipewire-jack.c',
'match-rules.c',
'ringbuffer.c',
'uuid.c',
]