HCodecs: The library to read, write and manipulate MIDI, WAVE, and SoundFont2 files.
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 library has been validated with QuickCheck and Haskell Program Coverage (HPC) tool-kit.
HPC results can be seen at http://www.cs.nott.ac.uk/~ggg/hpc/HCodecs/hpc_index.html.
| Versions | 0.0.1, 0.0.2, 0.0.3 |
|---|---|
| Dependencies | array, base, bytestring, QuickCheck, random |
| License | BSD3 |
| Copyright | (c) 2007-2008 George Giorgidze |
| Author | George Giorgidze |
| Maintainer | George Giorgidze (GGG at CS dot NOTT dot AC dot UK) |
| Stability | experimental |
| Category | Codec |
| Home page | http://www.cs.nott.ac.uk/~ggg/ |
| Upload date | Mon Apr 7 22:35:18 UTC 2008 |
| Uploaded by | GeorgeGiorgidze |
| Built on | ghc-6.10, ghc-6.8 |
Modules
- Codec
- Data
Downloads
- HCodecs-0.0.3.tar.gz (Cabal source package)
- package description (included in the package)
