feat: 添加唤醒功能
This commit is contained in:
@@ -66,7 +66,9 @@ void main() async {
|
||||
|
||||
runApp(const MyApp());
|
||||
|
||||
AIChatAssistantManager.instance.setWakeWordDetection(true);
|
||||
// AIChatAssistantManager.instance.setWakeWordDetection(true);
|
||||
AIChatAssistantManager.instance.startVoskWakeword();
|
||||
|
||||
}
|
||||
|
||||
class MyApp extends StatelessWidget {
|
||||
|
||||
Reference in New Issue
Block a user