package samplerate

  1. Overview
  2. Docs
Samplerate audio conversion library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.6.tar.gz
md5=694868319cf938bd2bf8918237d623ea
sha512=7fee25fdacdc282217bf810628b1b899f0df41c6111dcfd6933c9b6737ce955c13bbb95e15d78f98dad7c9abf29ef64e45a62d79550b33bf5d955ce1526889e8

Description

Bindings for the samplerate library which provides functions for changing samplerate of audio data

Published: 03 Aug 2021

README

ocaml-samplerate

This package contains an OCaml interface for the samplerate library.

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.

Author

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

Dependencies (4)

  1. conf-pkg-config build
  2. conf-samplerate build
  3. dune-configurator build
  4. dune >= "2.8"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None