Skip to content
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

[speech-to-text] Add recognize options #199

Closed
wants to merge 4 commits into from

Conversation

monte-hayward
Copy link

Also threw in some test resources.
This is the file that threw the error:
test/resources/malformed.flac
I believe I misreported the bug; I'm not sure what result would occur with silence or noise. Included those in case you want to write more tests.

Thanks, @nfriedly !
I should have noted that I was working on it.

'content-type': 'audio/wav', // todo: try to determine content-type from the file extension if available
'continuous': false,
'interim_results': true
}, pick(options, [PARAMS_ALLOWED]));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't some of this needed?

@germanattanasio germanattanasio changed the title #198 fix [speech-to-text] Add recognize options Jan 10, 2016
@nfriedly
Copy link
Contributor

Thanks again, the fix was released in v1.1.3 just now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants