higher sample rate

This commit is contained in:
twoneis 2025-03-27 16:56:23 +01:00
parent 38e6adf01a
commit 661fef1caa

View file

@ -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;