Difference between revisions of "Hsndfile"

From HaskellWiki
Jump to navigation Jump to search
Line 9: Line 9:
 
Besides this wiki page, here are more ways to find out about and get involved with '''hsndfile''':
 
Besides this wiki page, here are more ways to find out about and get involved with '''hsndfile''':
 
* Visit the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsndfile Hackage page] for library documentation and to download & install.
 
* Visit the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsndfile Hackage page] for library documentation and to download & install.
* Or install with <tt>cabal install hsndfile</tt>.
+
* Or install with <tt>cabal install hsndfile</tt>
* Get the code repository: <tt>darcs get http://code.haskell.org/hsndfile</tt>.
+
* Get the code repository: <tt>darcs get http://code.haskell.org/hsndfile</tt>
 
<!-- * Report bugs and request features on [http://trac.haskell.org/hsndfile/ the tracker]. -->
 
<!-- * Report bugs and request features on [http://trac.haskell.org/hsndfile/ the tracker]. -->

Revision as of 11:25, 14 November 2008


Abstract

hsndfile is a Haskell wrapper for libsndfile, a comprehensive C library for reading and writing a large number of soundfile formats.

Besides this wiki page, here are more ways to find out about and get involved with hsndfile: