package ladspa

  1. Overview
  2. Docs
Bindings for the LADSPA API which provides audio effects

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.2.tar.gz
md5=5291471956b80ce84609ea2ee299d00d
sha512=57e0c0d3809f4027ffac33289f451f8948d407283fd494e413d98ccac889e0423dfbcd6b09c5f633a60e5ff5f609b622841ad40b8dbb3a674137c3edcd0be290

Description

Published: 11 Jan 2022

README

ocaml-ladspa

This package contains an OCaml interface for LADSPA audio plugins library.

Please read the COPYING file before using this software.

Prerequisites

  • ocaml >= 3.0.6

  • LADSPA sdk >= 1.1

  • findlib >= 0.8.1

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

Via dune (for developers):

dune install

This should install the library file (using ocamlfind) in the appropriate place.

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-ladspa
  2. ocaml >= "4.08"
  3. dune-configurator
  4. dune >= "2.8"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. dssi >= "0.1.3"

Conflicts

None