-
Notifications
You must be signed in to change notification settings - Fork 10
/
README
31 lines (21 loc) · 869 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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