在React版本18中,文本到语音API或React Speech-kit是否支持?
我可以在React项目中使用的任何NPM软件包在我的Web应用程序中实现文本到语音功能。我希望o在我的仪表板的特定区域中实现它,以供残障人士实现最大的网络访问性。
Is any npm package I can use in my react project to implement text to speech functionality in my web application. I want o to implement it in a specific area of my dashboard for disabled persons to achieve maximum web accessibility.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
web语音APIS 无论您使用哪种版本,都可以在浏览器上提供支持,即使您完全不使用React。
The Web Speech APIs, one of which is speech synthesis, are available on browsers supporting them regardless of which version of React you might be using, and even when you're not using React at all.