
1 Dec
2006
1 Dec
'06
10:30 a.m.
On AmigaOS there is a library called iffparse.library, which is used for processing the Interchange File Format, which is a binary container format developed by Electronic Arts for any kind of data. http://en.wikipedia.org/wiki/Interchange_File_Format The best known instances of this format are certainly the AIFF sampled sound format and WAV (which is RIFF, that is little endian IFF). Short question: Is there some Haskell library for parsing and constructing files of this format?