From 72f173d5a7489eb14dcfa90e6538c7272f4b632b Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Fri, 19 Nov 2021 16:42:37 +0700 Subject: [PATCH] system/audio: lower pipewire quantum to 64 hopefully it works better now --- modules/system/audio.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/audio.nix b/modules/system/audio.nix index 1f34689..d908696 100644 --- a/modules/system/audio.nix +++ b/modules/system/audio.nix @@ -2,7 +2,7 @@ let int = { quantum = { - min = 512; + min = 64; def = 1024; max = 2048; };