ios 播放语音(文字转语音) 播放音频文件 振动
摘要:
#pragma mark - 播放语音 -(void)play:(NSString *)word { // AVSpeechSynthesisVoice *voice = [AVSpeechSynthesisVoice voiceWithLanguage:@"zh-HK"]; AVSpeechSynthesisVoice *voice = [AVSpeechSynthesi... 阅读全文
posted @ 2016-11-07 11:06 codemaker313 阅读(358) 评论(0) 推荐(0) 编辑