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?
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to