Web speech api not working currently in chromium / electron / nw js?

时光怂恿深爱的人放手 提交于 2019-12-10 14:57:53

问题


I have been creating a desktop application using electron, which uses the javascript web speech api. It was working perfectly until the last few weeks. Currently, it does not work. I tried using Nw js and I've also checked it in Chromium browser, where even the default Google's speech api demo site doesn't seem to work.

But it is working perfectly in Google chrome browser. Is google revoking chromium from using the API?

Is there any other option for me to use it in my desktop application. It is essential for my application to work using web technologies only, so I cannot query the actual programmatic API, I need to use the javascript api.

来源:https://stackoverflow.com/questions/36052774/web-speech-api-not-working-currently-in-chromium-electron-nw-js

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!