Hi everyone, I'm looking for an offline speech to text library... which the best one currently?
I was using this one, but it stopped working... so I switched to this one, but this one misunderstand a lot of words... is not precise...
So, the problem came out because, out of the clear blue sky, after an year some clients told me that the app started crashing when using the speech to text, so I connected my phone to B4A to see the logs and i found out this and this.
Then I tried merging the original class with the code suggested by Cesaral but still does not work, when i start the STT the app crashes and in the logs i only see this:
I have a personal Android app that performs speech-to-text that I have been using for years on my Android phones. Recently, I updated my Pixel 3 to Android 12 (S) and the calls to SpeechRecognizer ...
I have the following code to start the SpeechRecognizer: fun startVoiceRecognitionActivityNoUI(value: VOICE_COMMANDS) { Log.i(TAG, "SPEECH Results startVoiceRecognitionActivityNoUI") if (
I have a personal Android app that performs speech-to-text that I have been using for years on my Android phones. Recently, I updated my Pixel 3 to Android 12 (S) and the calls to SpeechRecognizer ...
I have the following code to start the SpeechRecognizer: fun startVoiceRecognitionActivityNoUI(value: VOICE_COMMANDS) { Log.i(TAG, "SPEECH Results startVoiceRecognitionActivityNoUI") if (
i see, seems to be something related to google things...
in the second post however they talk about "stopListening" and "cancel", but in this case this is not the problem
In the Android 5 I faced with strange problem. The first call to the startListening of SpeechRecognizer results to the onError with error code 7 (ERROR_NO_MATCH). I made test app with the following
i see, seems to be something related to google things...
in the second post however they talk about "stopListening" and "cancel", but in this case this is not the problem
In the Android 5 I faced with strange problem. The first call to the startListening of SpeechRecognizer results to the onError with error code 7 (ERROR_NO_MATCH). I made test app with the following