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.
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.