Skip to content
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

Segment balancing is not optimal when num samples is a multiple of the ideal num samples per segment #403

Open
nfrechette opened this issue Mar 24, 2022 · 0 comments
Labels
Milestone

Comments

@nfrechette
Copy link
Owner

Currently, if a clip contains 48 samples and we attempt to split with 16 samples per segment, we will end up with 2 segments of 24 samples instead of 3 with 16 each. This might not be optimal as larger segments do not benefit from range reduction as much.

@nfrechette nfrechette added the bug label Mar 24, 2022
@nfrechette nfrechette added this to the v2.2 milestone Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant