package opus

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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
OCaml

Innovation. Community. Security.