dancasimiro / WAV.jl

Julia package for working with WAV files
Other
85 stars 35 forks source link

Fix #101, make read_tags skip extra \0 bytes #102

Closed cHemingway closed 3 years ago

cHemingway commented 3 years ago

Some WAV files contain extra consecutive \0 bytes in RIFF INFO section, which causes issues if not skipped over properly. See #101 for details