package portaudio_c_bindings

  1. Overview
  2. Docs
Bindings to the C PortAudio library

Install

Dune Dependency

Authors

Maintainers

Sources

portaudio_c_bindings-19.6.0.tbz
sha256=2cf27412d3dc5c4b748637b1655b393e8cc072386d4de66923bc39284b642dd2
sha512=c473bc2e68d313f94170b8aaa2b4e20457d2dd2f01593309f2b7971bfa224d58b0573069bab68cef8a2e232a44a48faf85e1a810e9a8dfd0d73b3a95e9b90b8d

CHANGES.md.html

19.6.0

First release of the bindings. These bindings are made for portaudio v19.6, may work with other versions. The bindings are more or less 1:1. The Portaudio_c_bindings.C_ffi module contains the raw C bindings. The Portaudio_c_bindings module contains a higher-level OCaml interface to the portaudio library. Warning The Portaudio.View module wraps plain C arrays, so be careful with them.