kripken / speak.js

Text-to-Speech in JavaScript using eSpeak
GNU General Public License v3.0
1.29k stars 295 forks source link

Language Support #64

Open seanmiller98 opened 6 years ago

seanmiller98 commented 6 years ago

Hello anyone who may still be active!

If anyone could provide more information on how to use different languages, that would be great! The documentation for using French is quite vague and ultimately doesn't seem to work. I would like to use Swahili.

Thanks!

aldo-puga commented 5 years ago

Hi @seanmiller9, I had the same problem, to solve this problem I changed function names of espeak source files, set emcc to doesn't create a external memory initializer file and used the emscripten-1.37.23 (available in emsdk). I have a fork with these commits.