From 661fef1caaee601cfb8ea5049f018f7201ff4362 Mon Sep 17 00:00:00 2001 From: twoneis Date: Thu, 27 Mar 2025 16:56:23 +0100 Subject: [PATCH] higher sample rate --- modules/apps/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/apps/default.nix b/modules/apps/default.nix index 9db1be1..6c279b6 100644 --- a/modules/apps/default.nix +++ b/modules/apps/default.nix @@ -23,6 +23,14 @@ in alsa.support32Bit = true; pulse.enable = true; jack.enable = mkForce false; + + extraConfig.pipewire = { + "90-hifi" = { + "context.properties" = { + "default.clock.rate" = 384000; + }; + }; + }; }; # Needed for some features in nautilus such as auto-mounting and trash gvfs.enable = true;