导航语音的bugs

卡片切换
This commit is contained in:
zhangyuanzhen
2020-03-14 18:59:06 +08:00
parent 2e8df41d65
commit 51fc5c996a
9 changed files with 82 additions and 31 deletions

View File

@@ -142,6 +142,18 @@ public class AIAssist implements VoiceClient.VoiceCmdCallBack {
}
}
/**
* 语音播报
*
* @param text
*/
public void speakTTSVoice( String text ) {
try {
mVoiceClient.speakDefault( text );
} catch ( Exception e ) {
}
}
/**
* 语音播报