https://github.com/savonet/ocaml-portaudio
OCaml bindings for portaudio.
https://github.com/savonet/ocaml-portaudio
ocaml portaudio
Last synced: 6 days ago
JSON representation
OCaml bindings for portaudio.
- Host: GitHub
- URL: https://github.com/savonet/ocaml-portaudio
- Owner: savonet
- License: other
- Created: 2011-12-27T06:24:21.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T20:23:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T14:51:09.379Z (7 months ago)
- Topics: ocaml, portaudio
- Language: C
- Homepage: http://liquidsoap.info/
- Size: 85 KB
- Stars: 18
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
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.0Compilation:
============```
$ 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.