Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(fix) make read_tag skip extra padding bytes
Some WAVE files are not just padded with \0 bytes (null terminators) but arbitrary bytes. This causes the bug outlined in dancasimiro#101 & dancasimiro#102. Instead of looking for consecutive \0 bytes read size from CHUNK and ignore remainder of unused data. See dancasimiro#101, dancasimiro#102
- Loading branch information