From 0d71068ab2d295e4dc86792d10bbba064c4d8b9e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 28 Jun 2021 12:20:19 +0200 Subject: [PATCH] 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. --- src/daemon/jack.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/daemon/jack.conf.in b/src/daemon/jack.conf.in index 503698d8f..b5f857682 100644 --- a/src/daemon/jack.conf.in +++ b/src/daemon/jack.conf.in @@ -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