Low latency for sdac
This commit is contained in:
parent
adf3aeadfa
commit
91a5ee5df5
5 changed files with 31 additions and 0 deletions
|
@ -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; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue