From c71a64b8e0dd3d67becb3bd8c6913de66443c897 Mon Sep 17 00:00:00 2001 From: cybrneko Date: Sat, 25 Jul 2026 05:25:35 -0500 Subject: [PATCH] athena low latency --- athena.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/athena.nix b/athena.nix index 1cdae81..0c8b3fc 100644 --- a/athena.nix +++ b/athena.nix @@ -7,4 +7,13 @@ ]; 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; + }; + }; }