Android Question Google speech rec. give result after 5 second. Before it was 1 second.

petr4ppc

Well-Known Member
Licensed User
Longtime User
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?
B4X:
sr.Initialize("SpeechRecognition")
obj = sr.CreateRecognizerIntent(sr.LANGUAGE_MODEL_FREE_FORM, "voice.recognition.test", 5)

Please for advice,
p4ppc
 

petr4ppc

Well-Known Member
Licensed User
Longtime User
It looks,

that settings by LANGUAGE_MODEL_FREE_FORM is completely changed:
- It can not recognize the language
- The result come back after 5-10 second

using
B4X:
android.speech.extra.LANGUAGE_MODEL", "web_search"
i see the same situation

tested on two devices, with and without systém actualisation

do you have same experience?
Exist the solution for secure the LANGUAGE_MODEL_FREE_FORM properties how it worked before?
p4ppc
 
Last edited:
Upvote 0
Top