Compare commits
1 Commits
a1368bd3d1
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c71a64b8e0 |
@@ -7,4 +7,13 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "athena";
|
networking.hostName = "athena";
|
||||||
|
|
||||||
|
services.pipewire.extraConfig.pipewire."10-low-latency" = {
|
||||||
|
"context.properties" = {
|
||||||
|
"default.clock.rate" = 48000;
|
||||||
|
"default.clock.quantum" = 64;
|
||||||
|
"default.clock.min-quantum" = 64;
|
||||||
|
"default.clock.max-quantum" = 64;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user