system/audio: fix weird discord issues
This commit is contained in:
parent
777b18c6ca
commit
8d7a8b3e41
1 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue