百度语音开发者你给我出来,我保证不打死你
为什么speak:@string方法读完一段文字之后,有时候会不走下面的方法。。。。
- (void)synthesizerSpeechDidFinished:(BDSSpeechSynthesizer *)speechSynthesizer
iOS 语音播放,设置女声播放,出现男声播放
NSError *err = nil;
NSString* offlineEngineSpeechData = [[NSBundle mainBundle] pathForResource:@"Chinese_And_English_Speech_Male" ofType:@"dat"];
NSString* offlin...