package speex

  1. Overview
  2. Docs
Bindings to libspeex

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.0.tar.gz
md5=463be522228a528894a000247823ac2c
sha512=812dcd25336729a6bcacd80f6a54ffc984c08961ffa1b151b7a4fd36b5c9c5f6429bf6cc0a698aae3efa630be029bf93d0e55f070f5db2de1b1efa7a692ef3d8

Description

Published: 09 Mar 2021

README

ocaml-opus

This package contains an OCaml interface for the opus library

Please read the COPYING file before using this software.

Prerequisites:

  • ocaml

  • libopus

  • findlib

  • ocaml-ogg >= 0.7.0

  • dune >= 2.0

Compilation:

$ dune build

This should build both the native and the byte-code version of the extension library.

Installation:

Via opam:

$ opam install opus

Via dune (for developers):

$ dune install

This should install the library file (using ocamlfind) in the appropriate place.

Dev Dependencies

None

Used by

None

Conflicts

None