-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unrecognized voice running on Android 11 #122
Comments
hey, @xlz05460 were you able to resolve it? |
@cdhiraj40 looks like your device doesn't support Google speech recognition service. Please try another speech-to-text module |
@morfeusys I have tried the aimybox assistant demo, but the result is same only. |
@morfeusys I have checked in the other phones having android 11 and it didn't work for them either :/ |
I have solutions for that |
hey, @Jdbarad that's pretty cool! |
Okay but still this problem faces |
I have the same problem, but for me the solution was add [] in AndroidManifest.xml for android.speech.RecognitionService.
|
I got the latest version.
The STT I use is
implementation("com.just-ai.aimybox:google-cloud-speechkit:$aimyboxVersion")
When I install the app into Android 9, I can recognize voice and work normally.
However, when I installed the app on Android 11, I couldn't recognize the voice.
From the perspective of logcat, it was this error:
com.google.api.gax.rpc.UnauthenticatedException: io.grpc.StatusRuntimeException: UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
Why did this happen?
There is no problem on Android 9.
The text was updated successfully, but these errors were encountered: