I’m working on Augmented Reality book app at the moment and what’s best way to include text to speech either for ios or windows. I came across many plugins on online however as many of them are old they seem to not work or have errors. any solutions ?
If you want it free and cross platform. You can try calling this URL:
"https://translate.google.pl/translate_tts?ie=UTF-8&q=" + text + "&tl=en&total=1&idx=0&client=t&prev=input"
It’s free, but not official. so there is a big chance it won’t work in the future. good enough for quick prototype but better buy a real plugin if it’s a real project