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

#ifndef __TTS_H__
#define __TTS_H__
void tts_speak(char *Text);
void tts_speak_cached(char *Text);
#endif