more audio prio
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user