lib/src/main/cpp/test_items2/through_something.cpp
@@ -25,7 +25,7 @@ return; DEBUG("进入路考通过something地图 index = %d id = %d item = %d", index, RoadMapList[index].id, RoadMapList[index].type); if (!RoadMapList[index].tts.empty()) { DEBUG("播放TTS"); DEBUG("播放TTS %s", RoadMapList[index].tts.c_str()); PlayTTS(RoadMapList[index].tts.c_str()); } else { DEBUG("没有TTS");