audio-server: don't play with data sizes, just bump the buffer

This commit is contained in:
Sandro - 2023-11-21 14:18:21 +01:00
parent 6d7afb713f
commit 5af5e113cf
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 3 deletions

View File

@ -25,9 +25,6 @@ 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"
@ -37,6 +34,7 @@ let
"2a00:8180:2c00:200::/56"
"2a0f:5382:acab:1400::/56"
];
"pulse.default.tlength" = "96000/48000";
"server.address" = [
"unix:native"
"tcp:4713"