[feature]

[xiaozhi]
[init]
This commit is contained in:
yangyakun
2023-11-01 17:51:43 +08:00
parent 4c62a64f85
commit e4632fc800
77 changed files with 915 additions and 345 deletions

View File

@@ -63,6 +63,9 @@ public class AIAssist {
try {
clazz2 = Class.forName("com.mogo.tts.iflytek.IFlyTekTts");
} catch (Exception ignored) {}
try {
clazz2 = Class.forName("com.mogo.tts.pad.ZhiTTS");
} catch (Exception ignored) {}
if (clazz1 != null) {
mTTS = (IMogoTTS) clazz1.getConstructor().newInstance();