-
Notifications
You must be signed in to change notification settings - Fork 583
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
[ENH]: Specify chunk size with recorder #681
[ENH]: Specify chunk size with recorder #681
Comments
I totally agree, it is an important feature. |
bump |
Hi @ebraraktas, I'm trying to incorporate your PRs to my project as this repo is most likely abandoned. I was able to pull
I checked the Can you help me out on this? Thanks |
This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days. |
Currently when recording to stream the chunk size that is read from that stream is fairly random. It would be nice to specify the chunk size when recording to a stream as certain algorithms require a consistent chunk size. The current workaround for me is to use the ChunkedStreamReader class from the async package, but this not optimal as it adds resource overhead and latency.
The text was updated successfully, but these errors were encountered: