maybe fix discord sound

This commit is contained in:
Charlotte 🦝 Delenk 2022-05-17 20:21:09 +01:00
parent e2a8496b3e
commit 2f4985d4e6
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -30,4 +30,18 @@
384000
];
services.pipewire.config.pipewire."context.properties"."default.clock.quantum" = 8192;
services.pipewire.config.pipewire-pulse = {
"pusle.rules" = [
{
matches = [{
"application.process.binary" = "Discord";
}];
actions = {
update-props = {
"pulse.min.quantum" = "1024/48000";
};
};
}
];
};
}