jack: apply PIPEWIRE_PROPS after reading config

First apply config properties, then PIPEWIRE_PROPS.
We can set the node.latency in jack.conf
This commit is contained in:
Wim Taymans 2021-02-20 21:02:05 +01:00
parent 71e37f93f3
commit 149319819a
2 changed files with 11 additions and 10 deletions

View file

@ -54,5 +54,6 @@ context.modules = {
}
jack.properties = {
#node.latency = 1024/48000
#jack.merge-monitor = false
}