In OCaml, is there any library to manipulate mp3 files editing (for ex. splitting, blank detection)? Yes, I see things should have been much easier in other languages.
Asked
Active
Viewed 199 times
2 Answers
2
Well, if you find a solution in C (should be easy enough) then you can interface it from Ocaml.

akoprowski
- 3,297
- 1
- 18
- 26
-
I've found this to be quite helpful in dealing with complex types: http://www.linux-nantes.org/~fmonnier/ocaml/ocaml-wrapping-c.php – nlucaroni Jul 21 '11 at 14:45
1
As Stéphane Gimenez mentioned, OCaml-lame from the liquidsoap project is probably what you are looking for.

Niki Yoshiuchi
- 16,883
- 1
- 35
- 44