-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
add speech api multichannel samples #2003
add speech api multichannel samples #2003
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just the high level comments in the file need to be updated.
# limitations under the License. | ||
|
||
"""Google Cloud Speech API sample that demonstrates enhanced models | ||
and recognition metadata. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Example usage: | ||
python transcribe_multichannel.py resources/audio.raw | ||
python transcribe_multichannel.py \ | ||
gs://cloud-samples-tests/speech/Google_Gnome.wav |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we put this in the storage-samples project?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
the sample tests are currently failing on the service side. UPDATE: tests passing. |
…hon-docs-samples#2003) * add speech api multichannel samples * udpate copyright year * test with multichannel audio data * flake * update comment
…hon-docs-samples#2003) * add speech api multichannel samples * udpate copyright year * test with multichannel audio data * flake * update comment
…hon-docs-samples#2003) * add speech api multichannel samples * udpate copyright year * test with multichannel audio data * flake * update comment
…hon-docs-samples#2003) * add speech api multichannel samples * udpate copyright year * test with multichannel audio data * flake * update comment
…hon-docs-samples#2003) * add speech api multichannel samples * udpate copyright year * test with multichannel audio data * flake * update comment
…hon-docs-samples#2003) * add speech api multichannel samples * udpate copyright year * test with multichannel audio data * flake * update comment
add multichannel samples and tests