问题
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