Low latency for sdac

This commit is contained in:
Natsu Kagami 2023-12-08 01:14:08 +01:00
parent adf3aeadfa
commit 91a5ee5df5
Signed by: nki
GPG key ID: 55A032EB38B49ADB
5 changed files with 31 additions and 0 deletions

View file

@ -153,6 +153,14 @@ in
alsa.support32Bit = true;
pulse.enable = true;
lowLatency = {
# enable this module
enable = true;
# defaults (no need to be set unless modified)
quantum = 64;
rate = 48000;
};
};
# udev configurations
services.udev.packages = with pkgs; [