I have speech recognition (using the webkitSpeechRecognition application) that works fine when working in a standalone Chrome browser.
I converted my application to an electronic package and stopped listening to the microphone and sent back a message with the message "network". The documentation states: "The network connection required to complete the recognition failed." However, it works perfectly in chrome directly without any problems.
I also used "SpeechSynthesisUtterance" for text to speech and which works without any problems with the electron.
I had a solution that worked quite well a couple of weeks ago during the creation of Proof Of Concept, and it stopped working.
Does anyone know what could be wrong?
source
share