maybe fix discord sound
This commit is contained in:
parent
e2a8496b3e
commit
2f4985d4e6
1 changed files with 14 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue