From 654469182f09d2c4777cd929ebecb1b73b32939f Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 9 Sep 2025 22:24:28 -0600 Subject: [PATCH] 1757478268 --- modules/audio.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/audio.nix b/modules/audio.nix index ae24988..44f64b3 100644 --- a/modules/audio.nix +++ b/modules/audio.nix @@ -11,13 +11,4 @@ alsa.support32Bit = true; pulse.enable = true; }; - - services.pipewire.extraConfig.pipewire."92-low-latency" = { - "context.properties" = { - "default.clock.rate" = 48000; - "default.clock.quantum" = 32; - "default.clock.min-quantum" = 32; - "default.clock.max-quantum" = 32; - }; - }; } \ No newline at end of file