I am trying to pass my UDP audio data to Google Speech API and it works pretty well. However I got an issue:
When I start recognizing, I am waiting for packages, and thus no data is passed to Google Speech API. When packages come, I start sending them to API and it returns an error: Audio data is being streamed too slow. Please stream audio data approximately at real time. So, the problem is - when there is a delay after establishing the connection to Google Speech API and no data is sent before sending data start, it always leads to such behaviour.
Is it an intended behaviour or some workaround maybe?
Regards, Artemiy
We have seen this error when our application was too slow in feeding audio to the Google Speech platform or when there was an excessive delay among two consecutive writes: