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

Recognize stream freezes (from example) #278

Closed
bloodcarter opened this issue Dec 20, 2016 · 2 comments
Closed

Recognize stream freezes (from example) #278

bloodcarter opened this issue Dec 20, 2016 · 2 comments
Labels
🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@bloodcarter
Copy link

Steps to reproduce:
wget https://cloud.google.com/speech/docs/samples/audio.raw
./recognize.js stream audio.raw

@jmdobry
Copy link
Member

jmdobry commented Dec 20, 2016

I just attempted to reproduce the issue, following these steps (I'm on OS X):

  1. node -v (printed v6.9.1)
  2. npm -v (printed 3.10.8)
  3. gcloud beta auth application-default login
  4. git clone https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git
  5. cd nodejs-docs-samples/speech
  6. npm install
  7. wget https://cloud.google.com/speech/docs/samples/audio.raw
  8. node recognize.js stream audio.raw

This is what I got:

Data received: {"error":null,"results":"","resultIndex":0,"endpointerType":"START_OF_SPEECH"}
Data received: {"error":null,"results":"","resultIndex":0,"endpointerType":"END_OF_AUDIO"}
Data received: {"error":null,"results":"how old is the Brooklyn Bridge","resultIndex":0,"endpointerType":"ENDPOINTER_EVENT_UNSPECIFIED"}

@bloodcarter
Copy link
Author

@jmdobry Weird. Well, if so, this is must be my own problem. Closing the issue.

@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Apr 7, 2020
grayside pushed a commit that referenced this issue Oct 26, 2022
grayside pushed a commit that referenced this issue Nov 3, 2022
NimJay pushed a commit that referenced this issue Nov 9, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
ace-n pushed a commit that referenced this issue Nov 11, 2022
ace-n pushed a commit that referenced this issue Nov 11, 2022
ace-n pushed a commit that referenced this issue Nov 14, 2022
ace-n pushed a commit that referenced this issue Nov 15, 2022
ace-n pushed a commit that referenced this issue Nov 15, 2022
grayside pushed a commit that referenced this issue Nov 16, 2022
ace-n pushed a commit that referenced this issue Nov 17, 2022
ace-n pushed a commit that referenced this issue Nov 17, 2022
ace-n pushed a commit that referenced this issue Nov 17, 2022
grayside pushed a commit that referenced this issue Nov 17, 2022
ahrarmonsur pushed a commit that referenced this issue Nov 17, 2022
ahrarmonsur pushed a commit that referenced this issue Nov 17, 2022
pattishin pushed a commit that referenced this issue Nov 18, 2022
🤖 I have created a release *beep* *boop*
---


## [1.18.0](googleapis/nodejs-ai-platform@v1.17.0...v1.18.0) (2022-03-17)


### Features

* add `service_account` to `BatchPredictionJob` in aiplatform `v1beta1` `batch_prediction_job.proto` ([#278](googleapis/nodejs-ai-platform#278)) ([1f05428](googleapis/nodejs-ai-platform@1f05428))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
pattishin pushed a commit that referenced this issue Nov 22, 2022
🤖 I have created a release *beep* *boop*
---


## [1.18.0](googleapis/nodejs-ai-platform@v1.17.0...v1.18.0) (2022-03-17)


### Features

* add `service_account` to `BatchPredictionJob` in aiplatform `v1beta1` `batch_prediction_job.proto` ([#278](googleapis/nodejs-ai-platform#278)) ([1f05428](googleapis/nodejs-ai-platform@1f05428))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants