hiteshsahu / Android-TTS-STT

One line solution for Android Text to speech(TTS) & Speech to Text(STT) translation problem
102 stars 39 forks source link

No selected voice recognition service error in some devices #1

Open hiteshsahu opened 8 years ago

hiteshsahu commented 8 years ago

When execute speech to text on the app the console says "no selected voice recognition service".

miguelrb22 commented 7 years ago

i have the same issue, someone have any idea?

georgethomas2015e commented 7 years ago

Does it support all languages as supported by google speech api , while converting from speech to text

hiteshsahu commented 7 years ago

May I know which language you are trying ?

georgethomas2015e commented 7 years ago

@hiteshsahu it can be any language which is listed in google translate api https://cloud.google.com/translate/docs/languages

I want your code to convert speech to text in any of the above language

ameerhamza6733 commented 7 years ago

i write ANS on stack overflow to fix this link

hiteshsahu commented 7 years ago

will fix that thanks @ameerhamza6733

luke123it commented 6 years ago

I have this issue too. And the proposed solution has been criticized, with good reasons. Any other options/suggestions? Thanks!