#ifndef _TTS_H_
#define _TTS_H_

int startTTS(char *text);

#endif