Reputation: 21
I want to use speech recognition in my electron.js app but it seems that Speech Recognition with electron is not supported.
Upvotes: 1
Views: 3024
Reputation: 377
you can use electron speech package
reference :https://github.com/noffle/electron-speech
It seems that Google has shut down the Chrome Speech API for use in shell environments like Electron, which electron-speech relies on.
Upvotes: 1