Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Not work for android 13 #126

Open
karlbeas opened this issue May 9, 2023 · 0 comments
Open

Not work for android 13 #126

karlbeas opened this issue May 9, 2023 · 0 comments

Comments

@karlbeas
Copy link

karlbeas commented May 9, 2023

whit the new version of android the plugin not work, we just have an error and the "beep boop" sound for notify error.
Someone propose for issue, to force by: For that, you need to specifically request Speech services by Google as your SpeechRecognizer service:
mSpeechRecognizer = SpeechRecognizer.createSpeechRecognizer(
mContext,
new ComponentName(
"com.google.android.tts",
"com.google.android.apps.speech.tts.googletts.service.GoogleTTSRecognitionService"
)
);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant