We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run the speech-to-google-API patch, I get an error:
js: JSON-google-speech.js: Javascript SyntaxError: JSON.parse, line 53 js: error calling function read [JSON-google-speech.js]
The text was updated successfully, but these errors were encountered:
I get the same error that LadyK mentioned above
Sorry, something went wrong.
to fix this I capitalized the word json like this for my line 53
var speech = JSON.parse(memstr);
also if you are trying the sound exchange, my full path to my sox is not /opt/local/bin/sox sox on my mac is: /usr/local/bin/sox
I installed sound exchange with Homebrew and to find the path to sox in terminal I asked 'which sox'
No branches or pull requests
When I run the speech-to-google-API patch, I get an error:
js: JSON-google-speech.js: Javascript SyntaxError: JSON.parse, line 53
js: error calling function read [JSON-google-speech.js]
The text was updated successfully, but these errors were encountered: