AVFoundation 文本播报

1.使用的主要类 

1.1 AVSpeechSynthesizer   

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

1.2 AVSpeechUtterance

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

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

你可能感兴趣的:(AVFoundation 文本播报)