mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
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:
parent
2071a14c82
commit
e4b030fafa
2 changed files with 10 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue