package speex

  1. Overview
  2. Docs
Bindings to libspeex

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.1.tar.gz
md5=7e14fb140191343fa2e76c29eddb57cf
sha512=2db2775c1f279d366653d1ec8fe01250d34ff0a391c2e85ba1ca2b28e3cb0109f69c3370c2f015eb2cb4002a5164e7e34053491420768cc38ac31a93214d2954

Description

Published: 08 Jan 2022

README

ocaml-speex

This package contains an OCaml interface for the speex library

Please read the COPYING file before using this software.

Prerequisites:

  • ocaml

  • libspeex

  • 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 speex

Via dune (for developers):

$ dune install

This should install the library file in the appropriate place.

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None