Please describe the use case that requires this feature.
From a discussion with @mgaug, the chunking should work in a way to create equal size chunks that do not overlap.
Describe the solution you'd like
A possible implementation is to take the chunk size in number of samples and then compute the closest number that evenly splits the data into equal size chunks.
Please describe the use case that requires this feature.
From a discussion with @mgaug, the chunking should work in a way to create equal size chunks that do not overlap.
Describe the solution you'd like
A possible implementation is to take the chunk size in number of samples and then compute the closest number that evenly splits the data into equal size chunks.