GoogleCloudPlatform / android-docs-samples

Apache License 2.0
375 stars 596 forks source link

Low Network Streaming Slow #81

Open UditGurani93 opened 5 years ago

UditGurani93 commented 5 years ago

i am getting fast response when i have good network connectivity but in bad network it is not working fine and i am same implementation and using same samples of code.Sometimes it takes time to give error(Error:Audio Streaming is very slow). i was also trying to use Default Android Speech Api run simultaneously so that i can get user text. but its allow only one between AudioRecord or Recognize Intent run at one time to listen. So how to handle Speech Cloud api with local Speech listener So that i can get User Speech text even in low bandwidth like google assistant prints user text in low bandwidth ?