unclutter
This commit is contained in:
@ -6,11 +6,11 @@
|
||||
alsa.enable = true;
|
||||
pulse.enable = true;
|
||||
extraConfig.pipewire."92-low-latency" = {
|
||||
context.properties = {
|
||||
default.clock.rate = 48000;
|
||||
default.clock.quantum = 32;
|
||||
default.clock.min-quantum = 32;
|
||||
default.clock.max-quantum = 32;
|
||||
context.properties.default.clock = {
|
||||
rate = 48000;
|
||||
quantum = 32;
|
||||
min-quantum = 32;
|
||||
max-quantum = 32;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user