Android-Speech-Recognition icon indicating copy to clipboard operation
Android-Speech-Recognition copied to clipboard

Continuous speech recognition library for Android with options to use GoogleVoiceIme dialog and offline mode.

Results 10 Android-Speech-Recognition issues
Sort by recently updated
recently updated
newest added

Kuddos for creating such a lifesaving library. But none of the callback fire when sstopSpeechRecognition() is fired

It stops listening even if my voice drops for a second... Please provide a method to specify the number seconds to keep listening to my voice... Thanks..

Hey I have two more quick questions. 1. How does this library achieve offline speech recognition? 2. Does it use google speech api for offline speech recognition?

@maxwellobi great work on this! +1 It would be awesome if this includes an example app or the readme links to an example app. I might give this a go...

help wanted
good first issue

added preferred language option (basic but works) fixed a crash when the listener is null due activity/fragment finished

method `useOnlyOfflineRecognition(boolean)` do nothing

As we know Goolge is not in china so will this sdk work in China or not.please verify.

I just wanted to know how to disable the activation sound effect/audio

Currently, SpeechRecognition uses a language model based on free-form speech recognition. See [here](https://developer.android.com/reference/android/speech/RecognizerIntent.html#LANGUAGE_MODEL_FREE_FORM). By specifying [EXTRA_LANGUAGE_PREFERENCE](https://developer.android.com/reference/android/speech/RecognizerIntent.html#EXTRA_LANGUAGE_PREFERENCE) we can provide an option to set the preferred language, from a list of...

I tried using this library with Api 14 and it worked and it may work with even lower Api(s) so why making it's min SDK to 19 ?