TTS_chung_dll
a simple dll interface for TTS text to speech SAPI 5.1
TTS chung dll is a very simple dll interface for TTS text to speech (SAPI5) written in freebasic to use with any programming language, .Comes with c++ , LibertyBasic and freebasic calling examples. Accepts XML tags.
example of call :
myTTSinit()
myTTSspeak(@"hello")
myTTSclose()