2016年9月7日
摘要: AVSpeechSynthesizer *av=[[AVSpeechSynthesizer alloc]init]; AVSpeechUtterance *UTT=[[AVSpeechUtterance alloc]initWithString:yourText]; [av speakUtteran 阅读全文
posted @ 2016-09-07 17:15 sandyLoveCoding 阅读(247) 评论(0) 推荐(0) 编辑