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