WAVE: WAVE audio file IO library

[ bsd3, data, library, program, sound ] [ Propose Tags ]

Module for reading and writing audio files in the WAVE audio format.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6
Dependencies base, bytestring [details]
License BSD-3-Clause
Copyright Copyright (C) 2007 Bart Massey
Author Bart Massey <bart@cs.pdx.edu>
Maintainer Bart Massey <bart@cs.pdx.edu>
Category Data, Sound
Home page http://wiki.cs.pdx.edu/bartforge/truelevel
Uploaded by BartonMassey at 2008-03-10T06:44:32Z
Distributions NixOS:0.1.6
Reverse Dependencies 5 direct, 0 indirect [details]
Downloads 5753 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for WAVE-0.1.1

[back to package description]
WAVE -- WAVE format audio file IO library
version 0.1
Bart Massey <bart@cs.pdx.edu>
8 March 2008

This library provides Data.WAVE, a module for reading and
writing audio files in the WAVE audio format.  See the
Haddock documentation for the gory details.

I have used this code with ghc 6.6 and ghc 6.8 on Linux,
although the current cabal setup has only been tested with
cabal 1.2 and ghc 6.8.  It is a fairly standard
Hackage-ready package, to the extent I know how to construct
such.

This is definitely a simple implementation: a number of
"advanced" WAVE features are not supported (such as
nonlinear encodings), and non-WAVE audio files are in no way
supported.  I thought others might find it useful, though; I
also have released other code that depends on it.

Have fun with it, and let me know if there are problems.