espressif / esp-sr

Speech recognition
Other
577 stars 106 forks source link

esp_tts.h头文件明显编写错误问题 (AIS-1689) #115

Closed aileone closed 1 day ago

aileone commented 2 months ago

当使用c++引用esp_tts.h头文件,导致报错问题

esp-tts/esp_tts_chinese/include/esp_tts.h 文件中131-133行错误。

改为

#ifdef __cplusplus
}
#endif
sun-xiangyu commented 2 months ago

@aileone, thanks, I will fix it.