iOS 语音播放,设置女声播放,出现男声播放
NSError *err = nil;
NSString* offlineEngineSpeechData = [[NSBundle mainBundle] pathForResource:@"Chinese_And_English_Speech_Male" ofType:@"dat"];
NSString* offlin...
如何设置为停止说话时不自动停止录音
我使用的服务:离在线语音识别-Android
调用的接口是:RecognitionListener
参数设置情况:与Demo相同
开发平台...