Android Question GoogleSpeechRec

petr4ppc

Well-Known Member
Licensed User
Longtime User
Hello,

Have you recently observed that an app which used to work fine with Google Speech Recognition now only works if you first uninstall recent updates to Google Play-related apps? Without rolling those updates back, Google’s speech recognizer no longer returns any “speech-to-text” result. Do you have any idea why this is happening?

Best regards
p4ppc
 

JohnC

Expert
Licensed User
Longtime User
I don't know if you are using "offline" speech-to-text, but maybe make sure you download the latest Speech Recognition library in the "offline speech recognition" settings of the device.
 
Upvote 0

petr4ppc

Well-Known Member
Licensed User
Longtime User
Dear JohnC,

I am using "online" speechTotext and I get no results. But If I uninstall actualisation from some GooglePlay apps, everything is OK.

Best regards
p4ppc
 
Upvote 0
Hello,

Have you recently observed that an app which used to work fine with Google Speech Recognition now only works if you first uninstall recent updates to Google Play-related apps? Without rolling those updates back, Google’s speech recognizer no longer returns any “speech-to-text” result. Do you have any idea why this is happening?

Best regards
p4ppc
Indeed, I have also noticed this. Suddenly the TTS stops to understand my foreign language and falls back to English. I have to put the Google TTS back to the factory settings. Blocking my app from auto-updating in Android solves this for a couple of months but then it all goes wrong again. This has been going on for about a year now.
 
Upvote 0
I don't know if you are using "offline" speech-to-text, but maybe make sure you download the latest Speech Recognition library in the "offline speech recognition" settings of the device.
Using the latest TTS library in fact causes these problems. Not letting the TTS auto-update or going back to an older TTS version solves it.
 
Upvote 0
Top