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: | -- (:) |
| From: | Erik de Castro Lopo <mle+ocaml@m...> |
| Subject: | Re: [Caml-list] Operators for Int64 and Int32 |
Michał Maciejewski wrote: > 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. Exactly, parsing the most simple example is trivially easy. However, being robust to malformed files, working around the broken-ness where possible and supporting even a small subset of things other than 8/16 bit PCM is a huge task. From where you are now you will be tempted to fix all these issues one by one. Down that path lines insanity. Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "If the thought of switching editors doesn't fill you with quite a bit of dread, what you're using now is almost certainly underpowered, and you definitely haven't customized it enough." -- http://codeulate.com/?p=12