@hackage HSoundFile0.2.2
Audio file reading/writing
Categories
License
BSD-3-Clause
Maintainer
John W. Lato, jwlato@gmail.com
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.2.2 Sun, 4 May 2008
Deprecated
Dependencies (7)
Dependents (1)
@hackage/acme-everything
Package Flags
splitbase
(on by default)
Choose the new split-up base package.
HSoundFile - codecs for audio file reading/writing
This library is based on Data.ByteString and Data.Binary to support lazy reading/writing of audio files.
Requirements: GHC > 6.6. Other compilers are not currently supported due to a dependency on GHC's Float/Double library.
Building: > runhaskell Setup.lhs configure > runhaskell Setup.lhs build > runhaskell Setup.lhs install
I have achieved best performance with the following compiler options: -fvia-c -fexcess-precision -optc-O2 -optc-mmmx -optc-msse2 If possible, I recommend enabling mmx and sse2.