opt: aaudio (#1805)

* opt: aaudio
This commit is contained in:
My-Responsitories
2026-01-18 09:29:34 +08:00
committed by GitHub
parent 2879d0dc00
commit 25148509d2
3 changed files with 4 additions and 6 deletions

View File

@@ -783,7 +783,7 @@ abstract final class Pref {
_setting.get(SettingBoxKey.expandBuffer, defaultValue: false);
static bool get useOpenSLES =>
_setting.get(SettingBoxKey.useOpenSLES, defaultValue: true);
_setting.get(SettingBoxKey.useOpenSLES, defaultValue: false);
static bool get enableAi =>
_setting.get(SettingBoxKey.enableAi, defaultValue: false);