Skip to content

filonenko-mikhail/cl-portaudio

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
src
 
 
t
 
 
 
 
 
 
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

About

Common Lisp bindings to portaudio library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •