https://github.com/filonenko-mikhail/cl-portaudio.git
git clone 'https://github.com/filonenko-mikhail/cl-portaudio.git'
(ql:quickload :cl-portaudio)
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