The HCodecs package
The library provides functions to read, write and manipulate MIDI, WAVE and SoundFont2 multimedia files. It is written entirely in Haskell (without any FFI). It uses efficient parsing and building combinators for binary data stored in ByteStrings (based on the one in binary package).
Correctness of significant parts of the library has been validated with QuickCheck and Haskell Program Coverage (HPC) tool-kits.
Properties
| Versions | 0.0.1, 0.0.2, 0.0.3, 0.1, 0.2, 0.2.1, 0.2.2 |
|---|---|
| Dependencies | array, base (<5), bytestring, QuickCheck (<2), random |
| License | BSD3 |
| Copyright | (c) 2007-2011 George Giorgidze |
| Author | George Giorgidze |
| Maintainer | George Giorgidze (giorgidze@gmail.com) |
| Stability | experimental |
| Category | Codec |
| Home page | http://www-db.informatik.uni-tuebingen.de/team/giorgidze |
| Upload date | Tue Nov 22 14:04:04 UTC 2011 |
| Uploaded by | GeorgeGiorgidze |
| Built on | ghc-7.2 |
Modules
Downloads
- HCodecs-0.2.2.tar.gz (Cabal source package)
- package description (included in the package)