sdkcarlos/artyom.js

Artyom.js running but not recognizing voice in some network

Opened this issue · 2 comments

Hi team,

I am try to use Artyom.js as a react application and able to convert voice to text in my home wifi network and everything is running fine but when I switch to office vpn or office network it stops converting voice to text. Even in the artyom.js website- https://sdkcarlos.github.io/sites/artyom.html the voice gets recognized in my home wifi but in my office network. Can you please let me know whats needs to be done to identify the issue and resolve it.

Thanks,
Sumit

From what I understand, it is using the browser's speech synthesizer and recognition function.
There is no network involved.

Try turn on debug and check the console.

The Voice to text has to hit the google server and respond. I believe the blocking is having because of the network but I am not able to find out if I need to open some ports or protocols to get it working. Any help would be appreciated.