Maria Gabriela Valdes wrote:
> Does anybody know what are the analogous functions and data types in the
> haskell library "Sound.File.Sndfile" of the libsndfile library in C ?
> data type : SNDFILE
> function: sf_open
> function : sf_read_short
I have never used the Haskell bindings to that particular library,
but from the documentation:
http://hackage.haskell.org/packages/archive/hsndfile/0.4.0/doc/html/Sound-File-Sndfile.html
- sf_open seems to map to openFile
- sf_read_short seems to map to readFileChunks
HTH,
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
_______________________________________________
Haskell mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell