Naman
Naman

Reputation: 21

How Can I use speech recognition in electron js

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

Answers (1)

Dinesh s
Dinesh s

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

Related Questions