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; + }; + }; }