jack: add option to disable process lock

Some applications might expect the process function to run concurrently
with the callbacks. PipeWire tries to avoid this by using a lock for the
duration of the process callback. Make an option to disable this.

See #1576
This commit is contained in:
Wim Taymans 2021-09-08 13:02:04 +02:00
parent 2071a14c82
commit e4b030fafa
2 changed files with 10 additions and 2 deletions

View file

@ -59,6 +59,7 @@ context.modules = [
# global properties for all jack clients
jack.properties = {
#node.latency = 1024/48000
#node.lock-quantum = false
#jack.merge-monitor = false
#jack.short-name = false
#jack.filter-name = false
@ -69,6 +70,7 @@ jack.properties = {
# fail-all: Fail all self connect requests
# ignore-all: Ignore all self connect requests
#jack.self-connect-mode = allow
#jack.locked-process = true
}
# client specific properties