thefarwind / blorb-rs

A library for using blorb files in rust
MIT License
1 stars 0 forks source link

Add support for AIFF sound chunks #7

Closed thefarwind closed 7 years ago

thefarwind commented 7 years ago

has type FORM and form type AIFF.

Specification: http://www.digitalpreservation.gov/formats/fdd/fdd000005.shtml http://eblong.com/zarf/ftp/aiff-c.9.26.91.ps

thefarwind commented 7 years ago

I need to figure out exactly what need to be passed back inside this structure to the interpreters for this type to be usable.

thefarwind commented 7 years ago

the solution will be that I will read the form, find the form identifier, and then return a data chunk with the form information intact (I believe it's needed by things that will read this chunk).