加入 cn 和 en 简单的本地模型

This commit is contained in:
2025-09-28 11:20:37 +08:00
parent f3ff75c437
commit c6765ab29c
42 changed files with 1007 additions and 714 deletions

File diff suppressed because one or more lines are too long

View File

@@ -31,3 +31,7 @@ plugins {
}
include(":app")
// 显式包含 flutter_vosk_wakeword 插件的 android 模块
include(":flutter_vosk_wakeword")
project(":flutter_vosk_wakeword").projectDir = File(settings.rootDir, "../../packages/flutter_vosk_wakeword/android")