Browse thread
[Caml-list] Operators for Int64 and Int32
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-04-03 (20:39) |
From: | Micha³_Maciejewski <michal.m.pl@g...> |
Subject: | Re: [Caml-list] Operators for Int64 and Int32 |
2008/4/3, Erik de Castro Lopo <mle+ocaml@mega-nerd.com>: > Micha³ Maciejewski wrote: > > > I'm quite new to OCaml but recently I had to write a wave file parsing > > application. > > > If you need to read WAV files, why not just use libsndfile: > > http://www.mega-nerd.com/libsndfile/ > > and the libsndfile Ocaml wrapper: > > http://www.mega-nerd.com/tmp/libsndfile-ocaml-20071120-0622.tgz > I have already finished the wave part, but thanks. I didn't know about OCaml wrapper. Parsing a standard RIFF 8/16bit stereo/mono file isn't so hard, actually. Michal