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 f1d3922 commit ea931baCopy full SHA for ea931ba
desktop/configuration/services.nix
@@ -64,13 +64,13 @@
64
pipewire = {
65
extraConfig = {
66
67
- "92-low-latency" = {
68
- "context.properties" = {
69
- "default.clock.quantum" = 32;
70
- "default.clock.min-quantum" = 32;
71
- "default.clock.max-quantum" = 32;
72
- };
73
+ # "92-low-latency" = {
+ # "context.properties" = {
+ # "default.clock.quantum" = 32;
+ # "default.clock.min-quantum" = 32;
+ # "default.clock.max-quantum" = 32;
+ # };
74
"10-high-sample-rate" = {
75
"context.properties" = {
76
"default.clock.allowed-rates" = [ 48000 192000 384000 768000 ];
0 commit comments