#ifndef __TTS_H__ #define __TTS_H__ #include int32_t ttsInit(void); int32_t ttsPlay(BOOL toneFlag,char *text); #endif