Increase audio latency to reduce stuttering for audio server #128

Merged
astro merged 1 commits from katzenmann/nix-config:master into master 2023-11-20 21:31:29 +01:00
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ let
}
];
"pulse.properties" = {
"pulse.min.req" = "256/48000";
"pulse.default.req" = "2048/48000";
"pulse.default.tlength" = "96000/48000";
"auth-ip-acl" = [
"127.0.0.0/8"
"::1/128"