Skip to content

Commit bf42590

Browse files
committed
sample rates
1 parent 7e0ac0a commit bf42590

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

desktop/configuration/services.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@
326326
};
327327
"10-high-sample-rates" = {
328328
"context.properties" = {
329-
"default.clock.allowed-rates" = [ 44100 48000 ];
330-
"default.clock.rate" = 44100;
329+
"default.clock.allowed-rates" = [ 44100 48000 96000 ];
330+
"default.clock.rate" = 48000;
331331
};
332332
};
333333
"eq" = {

0 commit comments

Comments
 (0)