-
Notifications
You must be signed in to change notification settings - Fork 15
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
Python streaming (microphone) recognition example #17
Comments
Here is what I've tried:
But my understing of what I'm doing is quite basic. Unsuprisingly no luck so far:
|
Can you try the latest python build from https://github.com/abb128/april-asr/actions/runs/5105158229 and let me know if it still happens? |
I have found out that the asynchronous flag was not necessary for my purposes. So, the issue doesn't happen withe latest build from the link above. |
Here is the updated example code that works with the microphone:
|
Hey, nice job on both this project and Live Captions!
Not clear though how to go about streaming recognition in python. Or if it is even possilble. Example needed.
The text was updated successfully, but these errors were encountered: