Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ape: calculate final packet size instead of guessing
Calculates based on total file size and wavetaillength from the header. Falls back to multiplying finalframeblocks by 8 instead of 4 so that it will at least be overestimating for 24-bit. Currently it can underestimate the final packet size, leading to decoding errors.
- Loading branch information