EddyVerbruggen / nativescript-speech-recognition

:speech_balloon: Speech to text, using the awesome engines readily available on the device.
Other
90 stars 21 forks source link

Error code: 3 #26

Closed Jonarod closed 5 years ago

Jonarod commented 5 years ago

I have this error: 3 after this.speechRecognition.startListening(). Hard to debug...

Jonarod commented 5 years ago

Ok, got this from here:

https://developer.android.com/reference/android/speech/SpeechRecognizer

Also, I found that this was coming from authorization issue. In fact, on Android, we must authorize Google speech before anything.