iOS 中的语音输出
是否可以访问用于辅助功能的 iOS 语音合成功能?
Is it possible to access the speech synthesis feature of the iOS that is used for accessibility?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以访问用于辅助功能的 iOS 语音合成功能?
Is it possible to access the speech synthesis feature of the iOS that is used for accessibility?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
以下是在 iOS 7 上使用
AVSpeechSynthesizer
的示例:要更改语音,请使用:
要获取所有语音的列表:
Here is an example using
AVSpeechSynthesizer
on iOS 7:To change the voice use:
To get a list of all voices:
也许您会发现这个这个问题很有帮助。 FLITE 还将语音合成功能iOS。
May be you can find this SO question helpful. FLITE also brings speech synthesis to iOS.
现在,从 ios7 开始,您可以使用内置的
AVSpeechSynthesizer
Now, since ios7 you can use the built in
AVSpeechSynthesizer