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"; }; };