
7 Jul
2010
7 Jul
'10
2:58 a.m.
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-Fi... - 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/