You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a small project on raspberry pi, which have voice functionality. I am using electron + annyang. I have included annyang as const annyang = require('annyang') in my index.html and provided google cloud speech api key , client key and secret key in main.js of electron. I have attached a call back function to annyang and it always give me network error on my windows machine and on my raspberry pi it gives me audio-capture error. I also tried to setup the keys in environment variable but no luck. May you help me out figuring the issue.
The text was updated successfully, but these errors were encountered:
Hi,
I am working on a small project on raspberry pi, which have voice functionality. I am using electron + annyang. I have included annyang as const annyang = require('annyang') in my index.html and provided google cloud speech api key , client key and secret key in main.js of electron. I have attached a call back function to annyang and it always give me network error on my windows machine and on my raspberry pi it gives me audio-capture error. I also tried to setup the keys in environment variable but no luck. May you help me out figuring the issue.
The text was updated successfully, but these errors were encountered: