ojassethi
ojassethi

Reputation: 389

How do we add text-to-speech functionality in iOS 12?

I'm trying to build an app for iOS 12 which would have the basic functionality of converting text-to-speech. I am aware of the stock AVSpeechSynthesizer framework Apple provides, but I also want to explore other options. How do I change the voice and add a custom voice to the framework? Can I do that? If not, can I explore other third-party APIs? It would be great if you could provide some examples of other frameworks. Any help is really appreciated!

Thanks a lot!

Upvotes: 1

Views: 669

Answers (2)

mahmoud
mahmoud

Reputation: 23

to solve your error please go to APIkey and delete your bundle id from it and save and run your app again

Upvotes: 1

Related Questions