briandorsey / wavrw

wavrw is a command line tool to read and write WAV files with a focus on visualizing the structure of files and parsing metadata.
Apache License 2.0
3 stars 1 forks source link

better fall-back when parse error on a chunk - still parse the other chunks #17

Closed briandorsey closed 7 months ago

briandorsey commented 7 months ago

This may need a refactor to iterate over chunk boundaries and parsing each chunk with binrw. This would also allow cleaning up the "seek_before" needed due to "magic" seeking past the matched bytes.