more audio prio

This commit is contained in:
2026-04-22 19:58:50 +02:00
parent c2e7983697
commit a2d976591b
2 changed files with 26 additions and 2 deletions
+21
View File
@@ -41,6 +41,15 @@
alsa.support32Bit = true;
pulse.enable = true;
wireplumber.enable = true;
extraConfig.pipewire."10-buffer-stability" = {
context.properties = {
# Favor playback stability over minimum latency when the system is busy.
default.clock.rate = 48000;
default.clock.quantum = 1024;
default.clock.min-quantum = 1024;
default.clock.max-quantum = 2048;
};
};
};
services.tumbler.enable = true;
services.udisks2.enable = true;
@@ -88,4 +97,16 @@
};
};
systemd.user.services.pipewire.serviceConfig = {
Nice = -15;
CPUWeight = 90;
IOWeight = 90;
};
systemd.user.services.wireplumber.serviceConfig = {
Nice = -10;
CPUWeight = 80;
IOWeight = 80;
};
}