-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there exist a way to keep listening to user input (for particular time period)? #219
Comments
@vaibhgupta09 be more specific please |
hi |
Hello, |
I've been wondering the same thing. Is it possible to make the app keep on listening for an unlimited period of time? Ex: It keeps on listening until I press a button to make it stop. I can be in complete silence for one minute or more and it'll keep on listening. I searched for a prop or something that did that, didn't find it. That would be great. |
For me, i can't even get it to keep listening for more than 2-3 seconds of silence without auto-stopping, even when setting high levels for these: EXTRA_SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LENGTH_MILLIS, Would love any hints on a solution that works! |
Facing same question here when running app on virtual android machine in android studio, pps: Here is part of log file of virtual android machine Appreciate for any kinds of help... |
I don't think the mic works on a virtual android machine. I couldn't get it working in there either, but it works fine on all real Android devices I've tested (barring the issue that it stops recording if you're silent between sentences for more than a second or two, but I think that may be an Android speech API issue). |
Well, I guess in that case... I'll just borrow an android phone to test on then... |
yeah i was looking for the same thing |
i have the same problem :( some news? |
Does anybody have a new update? I've been trying to force start when onSpeechError or onSpeechEnd are triggered. On iOS is working fine even in the simulator but android is driving me nuts. |
I am having same problem. But I believe, that options object is omitted, because if I use |
does anybody have a solution? |
We are facing the same issue, any solutions for android? |
Even google assistant is being idle for 10 seconds. Commenting for the solutions! |
I am also facing the same problem, does anybody have a solution |
I got it working, it's not good solution, but wanted to post here maybe it's enough for you. Just call the start function inside onSpeechEnd function. it beeps but works. |
any update on this ? |
any update on this ? especially for IOS |
I too would like to know if there is an update, an always listening function would help with LLM chatbot for real time local ai chat. |
Things changing fast, yet the problem remain unsolved :( |
Voice.start('en-US', {
EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS: 10000
});
It is not working for me
@lfoliveir4 please help me out.
Thanks..!
The text was updated successfully, but these errors were encountered: