-
Notifications
You must be signed in to change notification settings - Fork 52
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
feat: Voice Recognition stops listening after 1 silence second, can i increase it ? #102
Comments
Hello,
For info I am using the google prompt, not the web implementation. |
I found a solution that works without the native google prompt. Will propose a PR in the coming days :) |
Yes, the listeningState event is firing the the stopped event way too quickly. I need to extend it to know when to submit the data to ai. Not using prompt. |
Hi @tobika, I downloaded your fork project, compiled and installed it in my Ionic project. How can I use the allowForSilence property? I'm trying to set 60000ms, but after about 20 seconds of silence the microphone automatically closes. Also, could you tell me how to set the partialResults property? Should it be true or false? Where is it best to collect the results? Adding a listener for partialResults or segmentResults? Thanks so much!!!! |
Can confirm I observe the same issue on android. On iOS the issue doesn't seem to be present. |
all is title
The text was updated successfully, but these errors were encountered: