标签:语音 文字
self.synthesizer = [[AVSpeechSynthesizer alloc] init];
AVSpeechUtterance *utterance = [AVSpeechUtterance speechUtteranceWithString:self.textField.text];
[self.synthesizer speakUtterance:utterance];
标签:语音 文字
原文地址:http://blog.csdn.net/zh_2608/article/details/44194893