Disable low latency for audio dropouts.

This commit is contained in:
jay
2025-07-25 13:44:13 -04:00
parent 2957c442ac
commit 6372c54d4c

View File

@@ -15,7 +15,7 @@
# If you want to use JACK applications, uncomment this # If you want to use JACK applications, uncomment this
jack.enable = true; jack.enable = true;
lowLatency.enable = true; lowLatency.enable = false;
# use the example session manager (no others are packaged yet so this is enabled by default, # use the example session manager (no others are packaged yet so this is enabled by default,
# no need to redefine it in your config for now) # no need to redefine it in your config for now)