feat(skadi): setup low latency audio
This commit is contained in:
parent
914b02bac2
commit
342c29d8fb
1 changed files with 34 additions and 0 deletions
|
|
@ -140,6 +140,40 @@
|
|||
enable = true;
|
||||
support32Bit = true;
|
||||
};
|
||||
extraConfig = {
|
||||
pipewire."99-silent.bell.conf" = {
|
||||
"context.properties" = {
|
||||
"modules.x11.bell" = false;
|
||||
};
|
||||
};
|
||||
pipewire."92-low-latency" = {
|
||||
"context.properties" = {
|
||||
"default.clock.rate" = 48000;
|
||||
"default.clock.quantum" = 64;
|
||||
"default.clock.min-quantum" = 64;
|
||||
"default.clock.max-quantum" = 64;
|
||||
};
|
||||
};
|
||||
pipewire-pulse."92-low-latency" = {
|
||||
"context.properties" = [
|
||||
{
|
||||
name = "libpipewire-module-protocol-pulse";
|
||||
args = {};
|
||||
}
|
||||
];
|
||||
"pulse.properties" = {
|
||||
"pulse.min.req" = "64/48000";
|
||||
"pulse.default.req" = "64/48000";
|
||||
"pulse.max.req" = "64/48000";
|
||||
"pulse.min.quantum" = "64/48000";
|
||||
"pulse.max.quantum" = "64/48000";
|
||||
};
|
||||
"stream.properties" = {
|
||||
"node.latency" = "64/48000";
|
||||
"resample.quality" = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Fix not saving my state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue