mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
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:
parent
d2826a5dab
commit
4e087caa2b
4 changed files with 184 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
pipewire_jack_sources = [
|
||||
'export.c',
|
||||
'pipewire-jack.c',
|
||||
'match-rules.c',
|
||||
'ringbuffer.c',
|
||||
'uuid.c',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue