athena low latency

This commit is contained in:
2026-07-25 05:25:35 -05:00
parent a1368bd3d1
commit c71a64b8e0
+9
View File
@@ -7,4 +7,13 @@
]; ];
networking.hostName = "athena"; networking.hostName = "athena";
services.pipewire.extraConfig.pipewire."10-low-latency" = {
"context.properties" = {
"default.clock.rate" = 48000;
"default.clock.quantum" = 64;
"default.clock.min-quantum" = 64;
"default.clock.max-quantum" = 64;
};
};
} }