Skip to content
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

Add option to record audio while waiting for recognizer #79

Open
VeH-c opened this issue Jun 28, 2024 · 0 comments
Open

Add option to record audio while waiting for recognizer #79

VeH-c opened this issue Jun 28, 2024 · 0 comments

Comments

@VeH-c
Copy link

VeH-c commented Jun 28, 2024

To mitigate waiting on "preparing the recognizer" and reduce the delay to use by amending the option "listen immediately" to "start listening (recording) immediately when invocted & process the voice when the recognizer is ready.
This should be much faster than waiting for the recognizer by starting to record before the recognizer is ready. (On my Google Pixel 3 Sayboard takes about 2 seconds to "prepare the recognizer" every time I invoke it, but Googles "Recorder" and "Voice input" are ready very fast.)

This could be done in the back round and would probably be fairly seamless as the model would catch up to real time quickly.

Would help mitigate #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant