From 6372c54d4c552da5a9e65bb44f12ab3bb4c54b66 Mon Sep 17 00:00:00 2001 From: jay Date: Fri, 25 Jul 2025 13:44:13 -0400 Subject: [PATCH] Disable low latency for audio dropouts. --- nodes/hosts/common/services/sound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/hosts/common/services/sound.nix b/nodes/hosts/common/services/sound.nix index 0786e2b..a553eaa 100644 --- a/nodes/hosts/common/services/sound.nix +++ b/nodes/hosts/common/services/sound.nix @@ -15,7 +15,7 @@ # If you want to use JACK applications, uncomment this jack.enable = true; - lowLatency.enable = true; + lowLatency.enable = false; # use the example session manager (no others are packaged yet so this is enabled by default, # no need to redefine it in your config for now)