[Opt3.0]兼容以前的单语言功能

This commit is contained in:
chenfufeng
2023-02-27 15:20:08 +08:00
parent 19f9f1d1ef
commit 10e2a8531f
2 changed files with 4 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ public class AIAssist {
*/
public void speakTTSVoice(String text) {
if (mTTS != null) {
mTTS.speakTTSVoice(text);
mTTS.speakTTSVoiceWithLevel(text, LEVEL0);
}
}