1
0
Fork 0

pipewire: rt

This commit is contained in:
Vladimír Dudr 2023-06-01 18:17:35 +02:00
parent 189e6c4e34
commit e8f0be5513

View file

@ -69,10 +69,10 @@ context.modules = [
# Uses RTKit to boost the data thread priority. # Uses RTKit to boost the data thread priority.
{ name = libpipewire-module-rtkit { name = libpipewire-module-rtkit
args = { args = {
#nice.level = -11 nice.level = -11
#rt.prio = 88 rt.prio = 88
#rt.time.soft = 2000000 rt.time.soft = 2000000
#rt.time.hard = 2000000 rt.time.hard = 2000000
} }
flags = [ ifexists nofail ] flags = [ ifexists nofail ]
} }