package portaudio

  1. Overview
  2. Docs
Bindings for the portaudio library which provides high-level functions for using soundcards

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.3.tar.gz
md5=88990ca94141e132a816c704a3100bbb
sha512=9f292e7e9dc073472488eff97e28ddc538a6f6f6fcfd2bbdc94d0fe7a40c94c0c30685c26df96eb7a9e1b6ceac933ec0fde6779322b8649adecd248ca4f41379

Description

Published: 04 Jan 2022

README

ocaml-portaudio

This package contains an OCaml interface for the portable audio I/O library.

Please read the COPYING file before using this software.

Prerequisites:

  • ocaml

  • portaudio

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

Via dune (for developers):

$ dune install

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

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None