[Haskell-cafe] IFF reader and writer

Henning Thielemann lemming at henning-thielemann.de
Fri Dec 1 10:30:21 EST 2006


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?


More information about the Haskell-Cafe mailing list