Skip to content

Commit 84ecd1d

Browse files
committed
more sane audio defaults
1 parent 05b55ef commit 84ecd1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

desktop/configuration/services.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@
118118
pipewire = {
119119
"92-low-latency" = {
120120
"context.properties" = {
121-
"default.clock.quantum" = 512;
122-
"default.clock.min-quantum" = 512;
123-
"default.clock.max-quantum" = 512;
121+
"default.clock.quantum" = 32;
122+
"default.clock.min-quantum" = 32;
123+
"default.clock.max-quantum" = 32;
124124
};
125125
};
126126
"10-high-sample-rate" = {
127127
"context.properties" = {
128-
"default.clock.allowed-rates" = [ 192000 384000 768000 ];
129-
"default.clock.rate" = 768000;
128+
"default.clock.allowed-rates" = [ 48000 192000 384000 768000 ];
129+
"default.clock.rate" = 48000;
130130
# "default.clock.rate" = 192000;
131131
};
132132
};

0 commit comments

Comments
 (0)