system/audio: fix weird discord issues

This commit is contained in:
LavaDesu 2022-06-10 10:37:41 +07:00
parent 777b18c6ca
commit 8d7a8b3e41
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -97,6 +97,17 @@ in {
};
}
];
"pulse.rules" = [
{
# Discord notification sounds fix
matches = [ { "application.process.binary" = ".DiscordCanary-wrapped"; } ];
actions = {
update-props = {
"pulse.min.quantum" = "1024/48000";
};
};
}
];
"stream.properties" = {
"node.latency" = "${str.quantum.min}/${str.rate}";
"resample.quality" = 1;