You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: