Reputation: 389
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
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
Reputation: 942
I think you should try google Cloud speech Api :
https://cloud.google.com/speech-to-text/
https://github.com/GoogleCloudPlatform/ios-docs-samples/tree/master/speech/Objective-C
Upvotes: 3