From 17aef8932597e5381d52f5f6da87ffc1a709331b Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Thu, 22 Aug 2024 16:31:02 -0500 Subject: [PATCH] fix: remove sched=(fifo)49 from sound-server assignments (#118) It seems like realtime priorities were not being set properly with the existing configuration setting, which causes audio underruns and audible glitches. Co-authored-by: Grant Shoshin Shangreaux --- data/config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/config.kdl b/data/config.kdl index ef6bc8b..62f27a2 100644 --- a/data/config.kdl +++ b/data/config.kdl @@ -27,7 +27,7 @@ process-scheduler enable=true { // Preset process assignment profiles assignments { // Prevent crackling and distortion from the sound server - sound-server nice=-15 sched=(fifo)49 io=(realtime)0 { + sound-server nice=-15 io=(realtime)0 { "/usr/bin/pipewire" "/usr/bin/pipewire-pulse" "/usr/bin/jackd"