dancasimiro / WAV.jl

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

Fix #101, make read_tags skip extra arbitrary bytes #103

Closed CMGeldenhuys closed 3 years ago

CMGeldenhuys commented 3 years ago

An alternative pull request to #102 that tries to fix #101 for arbitrary extra bytes and not just null padded strings.

See #101 for details