1

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.

zell
  • 9,830
  • 10
  • 62
  • 115

2 Answers2

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