diff --git a/01-stage-picompose/03-install-pipewire-audio/files/linux-voice-assistant.conf b/01-stage-picompose/03-install-pipewire-audio/files/linux-voice-assistant.conf index 8f7a5bf..f767206 100644 --- a/01-stage-picompose/03-install-pipewire-audio/files/linux-voice-assistant.conf +++ b/01-stage-picompose/03-install-pipewire-audio/files/linux-voice-assistant.conf @@ -1,3 +1,13 @@ context.properties = { default.clock.rate = 16000 } + +context.modules = [ + { name = libpipewire-module-rt + args = { + nice.level = -11 + rt.prio = 88 + } + flags = [ ifexists nofail ] + } +]