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 05b55ef commit 84ecd1dCopy full SHA for 84ecd1d
desktop/configuration/services.nix
@@ -118,15 +118,15 @@
118
pipewire = {
119
"92-low-latency" = {
120
"context.properties" = {
121
- "default.clock.quantum" = 512;
122
- "default.clock.min-quantum" = 512;
123
- "default.clock.max-quantum" = 512;
+ "default.clock.quantum" = 32;
+ "default.clock.min-quantum" = 32;
+ "default.clock.max-quantum" = 32;
124
};
125
126
"10-high-sample-rate" = {
127
128
- "default.clock.allowed-rates" = [ 192000 384000 768000 ];
129
- "default.clock.rate" = 768000;
+ "default.clock.allowed-rates" = [ 48000 192000 384000 768000 ];
+ "default.clock.rate" = 48000;
130
# "default.clock.rate" = 192000;
131
132
0 commit comments