Dear friends,
I am using speech recognition for some time, but now the same SW have different behavior.
Before was result of speechrecognition available immadiately after end of speech, for example after one word, but now the speechrecognition (with same code) taka for example 5 second...
Do you have same experiences?
Please for advice,
p4ppc
I am using speech recognition for some time, but now the same SW have different behavior.
Before was result of speechrecognition available immadiately after end of speech, for example after one word, but now the speechrecognition (with same code) taka for example 5 second...
Do you have same experiences?
B4X:
sr.Initialize("SpeechRecognition")
obj = sr.CreateRecognizerIntent(sr.LANGUAGE_MODEL_FREE_FORM, "voice.recognition.test", 5)
Please for advice,
p4ppc