I am trying to do streaming speech recognition using this code:
https://github.com/mainyaa/speech-api-python-demo/blob/master/grpc/transcribe_streaming.py
It works fine with en-US language but when I try to use it with en-IN or any other language such as en-GB , it takes very long time (about 1 minute).
I have tried to port it to the latest SDK but it is having the same issue:
https://gist.github.com/tcsj/94cd5a864c44ca1d79bdce2f1137bfea