Skip to content

[ENH]: Specify chunk size with recorder #681

@sergmister

Description

@sergmister

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions