package pulseaudio

  1. Overview
  2. Docs
Bindings to Pulseaudio client library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.5.tar.gz
md5=007d7ad74bab49c36644b13e651c2680
sha512=c281e1c480df3ddb2409a38b5d80aa2ef35688397d738c8a2e77b6debaa360a6e7670f443483a89afe6d8085ff18344983d2bf6d159e2b8a03f2485a064cf75f

Description

Published: 08 Jan 2022

README

README.md

ocaml-pulseaudio

This package contains an OCaml interface for PulseAudio client library, otherwise known as pulseaudio.

Please read the COPYING file before using this software.

Prerequisites:

  • ocaml

  • pulseaudio

  • 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

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.

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None