0
I am trying to use the Goggle Speech-to-text API in Node.js, but when I try to run the service I find the error:
My environment of development at work today is Windows 7, however I already managed to run on Ubuntu (but I still need to do this on W7). The Sox documentation asks me to download the binaries and add it to $PATH, as I did below:
Follow the Google-Speech-to-text documentation I’m following:
https://cloud.google.com/speech-to-text/docs/streaming-recognize?hl=pt-br
Site for installing the Sox: http://sox.sourceforge.net/
I believe the problem is on Sox because of the log and why this same code ran on Ubuntu environment. Am I doing the installation the wrong way, or is it something of the environment?