[5.2.9]
[shuttle_p_m2] [语音修正]
This commit is contained in:
@@ -554,7 +554,9 @@ class PM2DrivingModel private constructor() {
|
||||
val stationNext = mStations[mNextStationIndex]
|
||||
if (!stationNext.isPlayTts) {
|
||||
if (!StringUtils.isEmpty(stationNext.introduction)) {
|
||||
showNotice(stationNext.introduction)
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
|
||||
speakTTS(stationNext.introduction)
|
||||
}
|
||||
stationNext.isPlayTts = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user