package speex

  1. Overview
  2. Docs
Bindings to libspeex

Install

Dune Dependency

Authors

Maintainers

Sources

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

CHANGES.html

CHANGES

0.4.1 (04-01-2022)
=====
* Get rid of naked pointers.

0.4.0 (08-03-2021)
=====
* Switch to dune

0.3.0 (16-10-2020)
=====
* Switch to Unix.read style API.

0.2.2 (16-10-2020)
=====
* Fix Speex header notification spam.

0.2.1 (03-08-2015)
=====
* Changed types to match new ocaml-ogg's API.
  Should be fully backward compatible.
* Wrapped more speex functions around enter/leave
  blocking sections to avoid deadlock when speex
  writes to stderr

0.2.0 (04-07-2011)
=====
* Added decoding module for the new Ogg_demuxer module
* Implement new Out_of_sync exception
* Efficient seeking support

0.1.2 (14-10-2009)
=====
* Added support for --enable-debugging configure option
* Makefile now honnors LIBDIRS
  variable for linking against libraries
  located in other places than then standard
  ones.
* Added prefix to main compilation variables
  if passed to configure.
* Added NO_CUSTOM to build
  in standard mode.

0.1.1 (30-03-2009)
=====
* Fixed Makefile for BSD: call $(MAKE) for generating documentation.

0.1.0 (17-02-2009)
=====
* Initial release