From 4314341435840f54c93560ef427dce49f69abf70 Mon Sep 17 00:00:00 2001 From: kat witch Date: Tue, 2 Mar 2021 15:24:53 +0000 Subject: [PATCH] Dropped it down to 96KHz. 192KHz unnecessary. --- config/users/kat/sound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/users/kat/sound.nix b/config/users/kat/sound.nix index 0716a321..95113df8 100644 --- a/config/users/kat/sound.nix +++ b/config/users/kat/sound.nix @@ -7,7 +7,7 @@ ''; hardware.pulseaudio.daemon.config = { default-sample-format = "s24le"; - default-sample-rate = 192000; + default-sample-rate = 96000; resample-method = "soxr-vhq"; }; };