Android Question The "silence time" allowed in Voice Recognition

JohnC

Expert
Licensed User
Longtime User
I don't believe that is adjustable.

Some users have tried to restart the SR mode when silence is detected to simulate the SR staying on, but it had mixed results.
 
Upvote 0

MegatenFreak

Active Member
Licensed User
I know there is a way through Android Intents itself, through some class called RecognizerIntent, which contains something like this:
B4X:
public static final String EXTRA_SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LENGTH_MILLIS
And I know you can pass your own Intent to B4J's VoiceRecognition's "Listen" function, but I don't understand intents, and even if I did, I have no idea how to implement this static variable into it.
Any ideas?
 
Upvote 0
Top