Does anyone know if it is possible to implement TTS in iOS development like in Android? Is it in a library or something? I believe I heard something about utility and TTS in iOS but I have had difficulty finding any documentation on this matter. Any help would be appreciated.
Share
flite TTS has been turned into an iOS library available here.
It is not too hard to implement. Be aware that the performance that you see in the simulator is way better than on a device and you will need to budget extra for device testing.