-
Notifications
You must be signed in to change notification settings - Fork 24
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
Asynchronous transcription via asyncio #80
Comments
Hey @serozhenka , great feedback! I plan to introduce it before v.1.0 so there's a transition period where both asyncio and the threading solution with the |
Sounds great! |
aiming for Q4 2024 |
+1, although I would suggest to use AnyIO so people using Trio can also use the library. |
hi |
Any update on this? |
Same here! |
Hey @ploeber, will this still be ready by end of the year? |
@ploeber Any updates? Looking forward to this! |
I would like to pile on the pressure for this one :) the current implementation has us bending upwards and backward to fit into our flows. |
It's funny how adding asynchrony support takes nearly half a year while already ~8 people ask for this :) |
Using asyncio will be greatly beneficial in the use case of transcription as most of the time the client waits for a response on a socket when your servers are doing all the great work.
concurrent.futures implementation still works but is not as good for two main reasons:
Hope for positive feedback on that!
The text was updated successfully, but these errors were encountered: