An open API service indexing awesome lists of open source software.

https://github.com/savonet/ocaml-samplerate

OCaml bindings for libsamplerate.
https://github.com/savonet/ocaml-samplerate

ocaml resampling samplerate

Last synced: 11 months ago
JSON representation

OCaml bindings for libsamplerate.

Awesome Lists containing this project

README

          

ocaml-samplerate
================

This package contains an OCaml interface for the [samplerate
library](http://libsndfile.github.io/libsamplerate/).

Please read the COPYING file before using this software.

Prerequisites
-------------

- ocaml
- libsamplerate
- findlib
- 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 samplerate
```

Via `dune` (for developers):

```
$ dune install
```

Bugs
----

Please report any issue in [the dedicated
bugtracker](https://github.com/savonet/ocaml-samplerate/issues).

Author
------

This author of this software may be contacted by electronic mail at the
following address: savonet-users@lists.sourceforge.net.