audio latency shit idk

This commit is contained in:
notgne2 2026-07-10 22:25:19 -07:00
parent 3db35ea68b
commit 5501e0b62b
No known key found for this signature in database
4 changed files with 32 additions and 4 deletions

View file

@ -74,6 +74,18 @@ in {
};
};
pipewire."99-custom.conf" = {
context.modules = [
{
name = "libpipewire-module-rt";
args = {
nice.level = -11;
rt.prio = 19;
};
}
];
};
pipewire-pulse."92-low-latency" = mkIf cfg.lowLatency {
context.modules = [
{