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.
- Host: GitHub
- URL: https://github.com/savonet/ocaml-samplerate
- Owner: savonet
- License: bsd-2-clause
- Created: 2012-10-01T12:28:27.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T08:18:25.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T14:51:09.181Z (about 1 year ago)
- Topics: ocaml, resampling, samplerate
- Language: C
- Homepage: http://www.liquidsoap.info/ocaml-samplerate/
- Size: 438 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: COPYING
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.