This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues/pull-requests.
hackfridge/terminal/tts.h

8 lines
108 B
C
Raw Permalink Normal View History

2012-04-28 20:37:20 +00:00
#ifndef __TTS_H__
#define __TTS_H__
void tts_speak(char *Text);
2012-05-01 19:02:53 +00:00
void tts_speak_cached(char *Text);
2012-04-28 20:37:20 +00:00
#endif