tts.h 67 B

123456
  1. #ifndef _TTS_H_
  2. #define _TTS_H_
  3. int startTTS(char *text);
  4. #endif