cl-portaudio
2020-12-20
This package contains bindings to @a[http://portaudio.com/]{PortAudio}. PortAudio is a free, cross-platform, open-source, audio I/O library.
Upstream URL
Author
Michael Filonenko <filonenko.mikhail@gmail.com>
License
MIT
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