如何在iSpeech SDK for iOS中更改语言?

时间:2012-07-19 07:49:10

标签: ios text-to-speech ispeech

我正在尝试使用iSpeech SDK for iOS。

我正在使用免费版。

我可以使用以下代码使用英语文本转语音。

 [ispeech ISpeechSpeak:@"HELLO World"];

但我也想使用像日本,韩国等多种语言......

如何在iSpeech中更改语言?

请帮帮我。

先谢谢。

1 个答案:

答案 0 :(得分:2)

查看以下可能对您有所帮助的示例; DotNet SampleWeb Examples

从那以后你应该能够理解你想要做的事情,因为整个平台的API是相同的。

您可以尝试:     [ispeech setVoice:@"jpjapanesemale"];

声音列在ISSpeechSynthesisVoices.h头文件