Skip to content

Commit ea931ba

Browse files
committed
disable low latency audio
1 parent f1d3922 commit ea931ba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

desktop/configuration/services.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@
6464
pipewire = {
6565
extraConfig = {
6666
pipewire = {
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-
};
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+
# };
7474
"10-high-sample-rate" = {
7575
"context.properties" = {
7676
"default.clock.allowed-rates" = [ 48000 192000 384000 768000 ];

0 commit comments

Comments
 (0)