Skip to content

OCaml bindings for the different xiph libraries (ogg, vorbis, flac, opus etc)

License

Notifications You must be signed in to change notification settings

savonet/ocaml-xiph

Repository files navigation

ocaml-xiph

GitHub CI GitHub release (latest by date)

This repository provides various OCaml bindings to the xiph libraries.

Documentation:

The API documentation is available here.

Prerequisites:

  • ocaml
  • dune
  • findlib
  • libogg
  • libvorbis
  • libspeex
  • libflac
  • libtheora
  • libopus

See dune-project file for versions.

Installation:

The preferred installation method is via opam:

opam install ogg vorbis ...

If you wish to install the latest code from this repository, you can do:

opam install .

From within this repository.

Compilation:

dune build

About

OCaml bindings for the different xiph libraries (ogg, vorbis, flac, opus etc)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published