We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c731e8 commit a1d9ac4Copy full SHA for a1d9ac4
modules/default/pipewire.nix
@@ -24,9 +24,9 @@ extraConfig.pipewire."91-min-quantum" = {
24
extraConfig.pipewire."92-low-latency" = {
25
"context.properties" = {
26
"default.clock.rate" = 48000;
27
- "default.clock.quantum" = 64;
28
- "default.clock.min-quantum" = 64;
29
- "default.clock.max-quantum" = 64;
+ "default.clock.quantum" = 128;
+ "default.clock.min-quantum" = 128;
+ "default.clock.max-quantum" = 128;
30
};
31
32
alsa = {
0 commit comments