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
Read samples from “first sample byte” to “first sample byte + size”
instead of reading from “first sample byte” to “first header byte + size”.
It means we now:
- don't wrongfully truncate the end of the file from the size of the header,
- can load files with less samples than the header size.
0 commit comments