-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
Unable to record speech #219
Comments
We just published new Node.js Google Cloud Speech API samples a few hours ago. Give them a try: https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/speech |
Basically:
|
I am getting the same error with new code as well. I think there is an issue with microphone recognization do I need to make any changed to the settings to identify or recognize microphone. I am using windows 8.1. |
Looking at https://github.com/gillesdemey/node-record-lpcm16 (which is what the microphone recording sample uses), it looks like you need to have SoX installed on your system. For windows, it looks like you have to download a binary |
I have installed it after having a look at the node module requirements. But I was unable to perform recording. |
launch |
I am working with windows operating system and I have installed sox on it but I am facing the same error. I have also tried using node-record-lpcm16 module there is a problem with that module itself. |
@phanikumar1210 Have you opened an issue on the |
There is an existing issue on it without response. Do we have any other source which is working on windows. On which platforms is this code got tested. Does this code work on Ubuntu platform. |
Did anyone get this working on the Windows OS? |
I think i found a fix. |
@damienromito probably has the right solution if you're on mac (brew install sox) |
When deploying it to Heroku, what should I do to install sox there? UPDATE: Seems Heroku doesn't support microphone-input, I try it on GAE. |
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
I am newbie to this Google and its API's I was able to decode the sample raw files. But I was unable to use speech recognition from microphone and I am getting the following error on my run.
Could you please let me know what is the exact issue.
The text was updated successfully, but these errors were encountered: