configure audio buffer

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-12 10:04:51 +08:00
parent 5c3a89346c
commit 592e8d62ba
4 changed files with 25 additions and 24 deletions

View File

@@ -336,6 +336,7 @@ class AudioController extends GetxController
? (desktopVolume.value * 100).toString()
: Pref.playerVolume.toString(),
'volume-max': kMaxVolume.toString(),
...Pref.initBuffer(),
},
),
);