美文网首页
AVFoundation 文本播报

AVFoundation 文本播报

作者: MonKey_Money | 来源:发表于2018-12-14 15:15 被阅读0次

1.使用的主要类 

1.1 AVSpeechSynthesizer   

通过AVSpeechSynthesizer的实例变量 speakUtterance: AVSpeechUtterance 的实例变量实现文本播放。 

1.2 AVSpeechUtterance

AVSpeechUtterance 初始化时写入要说的文本。

可以设置  voice 声音, rate  说话的速度,pitchMultiplier 音调,postUtteranceDelay 间隔声音

相关文章

网友评论

      本文标题:AVFoundation 文本播报

      本文链接:https://www.haomeiwen.com/subject/zxjghqtx.html