question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Google Streaming Speech Recognition does not return responses

See original GitHub issue

We followed example on official Google page for performing Streaming Speech recognition on an Audio stram.

There is a problem, that sometimes for sent audio chunks we dont get any kind ( of recognized) responses back. In next line of code NOTHING is returned back from Google.

Task printResponses = Task.Run(async () => ...

Is that expected scenario and what should we assume the problem was?

Regards

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:16

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

Troubleshooting | Cloud Speech-to-Text Documentation
There are multiple reasons why Speech-to-Text might return an empty response. The source of the problem can be the RecognitionConfig or the audio...
Read more >
Google Speech Recognition API Result is Empty
Google Speech Recognition API Result could be Empty because parameters are incorrect. My suggestion is first to analyze audio properties, for ...
Read more >
Solved: How does google cloud speech to text api deals wit...
2.- There are multiple ways that Speech to text can return an empty response. The source of the problem could be the RecognitionConfig...
Read more >
Why Google Speech Recognition API only return first 2-3 ...
It seems google stop recognizing further audio if a segment of background music is detected. I'm wondering there is parameter or config to...
Read more >
Migrating from Google Speech-to-Text (STT) to Deepgram
Google synchronous speech recognition returns the recognized text for short audio (less than 60 seconds). To process a speech recognition request for audio ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found