jack: make JACK use module-rt

It is more like how JACK2 does things.
We get FIFO scheduling by default and we don't get killed by RTKit
when doing long operations, which seem to be the case for many
plugins.
This commit is contained in:
Wim Taymans 2021-06-28 12:20:19 +02:00
parent de99fc3515
commit 0d71068ab2

View file

@ -32,8 +32,8 @@ context.modules = [
# If nofail is given, module initialization failures are ignored.
#
#
# Uses RTKit to boost the data thread priority.
{ name = libpipewire-module-rtkit
# Boost the data thread priority.
{ name = libpipewire-module-rt
args = {
#nice.level = -11
#rt.prio = 88