You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2023. It is now read-only.
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"
)
);
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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"
)
);
The text was updated successfully, but these errors were encountered: