filonenko-mikhail / cl-portaudio

Common Lisp bindings to portaudio library
filonenko-mikhail.blogspot.com
24 stars 10 forks source link

CL-PortAudio

This package contains bindings to http://portaudio.com/. PortAudio is a free, cross-platform, open-source, audio I/O library.

Installation: (ql:quickload :cl-portaudio)

Test: (ql:quickload :cl-portaudio/tests) (portaudio-tests:test-read-write-echo)

Depends on: cffi ffa

It probably works on all systems, that are supported by cffi (cl), ffa (cl), and portaudio.

Tested on: SBCL 1.0.54 mt, archlinux x86_64 SBCL 1.0.54 mswinmt, windows 7 x86_64 (vbox) SBCL 1.0.55 mt, Mac OS X 10.6.8 x86 (thanks Žiga Lenarčič).

See doc/documentation.pdf|index.html or WIKI.

Binary PortAudio packages can be downloaded from here (thanks a lot, racket developers): http://planet.plt-scheme.org/display.ss?package=portaudio.plt&owner=clements -> source browse -> directories lib

Licence: MIT

Author: Michael Filonenko E-mail: filonenko.mikhail at gmail dot com