Increase audio latency to reduce stuttering for audio server

This commit is contained in:
FriederHannenheim 2023-11-20 15:04:11 +01:00
parent c48aed2d8a
commit b56f496b6d
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"