添加引用 1 import AVFoundation 播放语音 1 2 3 4 5 6 7 8 9 let player = AVSpeechSynthesizer (); player.delegate = self ; let u = AVSpeechUtterance (string: "今天天气不错" ); u.voice = AVSpeechSynthesisVoice (language: "zh-CN" )
添加引用
播放语音
在iPhone6
以下rate
设置为0.1
否则会读的很快 iOS的坑啊
代理方法
常用方法