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 FieldTrip</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>.
 
* See the [[FieldTrip/Versions| version history]]. -->
 
* See the [[FieldTrip/Versions| version history]]. -->

Revision as of 11:24, 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:

* See the  version history. -->