rhdunn / espeak

eSpeak NG is an open source speech synthesizer that supports 101 languages and accents.
http://reecedunn.co.uk/espeak-for-android
GNU General Public License v3.0
386 stars 16 forks source link

I need Documentation of eSpeak NG DLL #110

Closed shadyar closed 7 years ago

shadyar commented 7 years ago

Hello I am the developer of Persian language of eSpeak. I need to use eSpeak dll in one of my programs. I got it but I do not know its function names and parameters. is there a Documentation of eSpeak NG DLL? please assist me, describe how I should convert text to speech using that dll? kind regards

Shadyar Khodayari

rhdunn commented 7 years ago

https://github.com/rhdunn/espeak/blob/master/src/include/espeak-ng/speak_lib.h

NOTE: Because espeak and espeak-ng are GPLv3 licensed, your program would need to be licensed under the same terms.