How to change language in iSpeech SDK for iOS?

1.1k Views Asked by At

I am trying to use iSpeech SDK for iOS.

I am using Free version.

I'm fine with English Text To Speech with following codes.

 [ispeech ISpeechSpeak:@"HELLO World"];

But I also want to use multiple language like japanese, korean, etc...

How can I change language in iSpeech?

1

There are 1 best solutions below

0
On BEST ANSWER

Check out the following examples which might help you; DotNet Sample and Web Examples

From that you should be able to make sense of what you trying to do, as the API is the same across Platform.

You might try: [ispeech setVoice:@"jpjapanesemale"];

Voices are listed in the ISSpeechSynthesisVoices.h header file