[fea]
[tts 司机屏乘客屏车外]
This commit is contained in:
yangyakun
2025-07-10 19:02:19 +08:00
parent 279182b4f3
commit feb4ddc2f5
15 changed files with 222 additions and 57 deletions

View File

@@ -174,16 +174,6 @@ object CommonModel {
}
}
}
// 小于200m 播报站点介绍
if (distance < 200) {
val stationNext = mStations[mNextStationIndex]
if (!stationNext.isPlayTts) {
if (!StringUtils.isEmpty(stationNext.introduction)) {
showNotice(stationNext.introduction)
stationNext.isPlayTts = true
}
}
}
mCommonCallbackList.forEach {
it.value.updateRemainMT(
distance.toLong(),