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

CHANGES.md.html

0.2.3 (02-01-2022)

  • Added read_stream_available_frames and write_stream_available_frames (#3).

0.2.2 (10-12-2020)

  • Switch to dune!

0.2.1 (03-08-2015)

  • Switch to standard int32_t type.

0.2.0 (02-07-2011)

Changes contributed by Niki Yoshiuchi:

  • Added bigarray interface

  • Added support for callbacks

0.1.3 (12-10-2009)

  • Added support for --enable-debugging configure option

  • Added NO_CUSTOM to build in standard mode.

  • Added prefix to main compilation variables if passed to configure.

  • Makefile now honnors LIBDIRS variable for linking against libraries located in other places than then standard ones.

0.1.2 (16-04-2008)

  • More portable make invokation

  • Install .cmx file

0.1.1 (19-11-2007)

  • Changed licence to LGPL+link exception

0.1.0 (17-10-2007)

  • Initial release