[plt-scheme] PLT projects waiting for contributors?

From: Jakub Piotr Cłapa (jpc-ml at zenburn.net)
Date: Thu Jan 8 18:53:00 EST 2009

On 1/8/09 2:24 PM, Shriram Krishnamurthi wrote:
> And audio!  Yes?

IMHO libsndfile is quite nice for accessing many (almost all) 
uncompressed audio formats and reimplementing mp3 would not be easier 
than reimplementing jpeg.

That said, a nice FFI binding for libsndfile [1] and PortAudio [2] would 
be a good thing for PLT Scheme to have. And also good matrix/vector 
library, something like numpy for Python with vector&matrix operations 
(+ FFT) based on BLAS, LAPACK, netlib and fftw (the difficult numeric 
part is already done; what remains is some FFI magic and a nice API)

[1]: http://www.mega-nerd.com/libsndfile/
[2]: http://www.portaudio.com/

-- 
regards,
Jakub Piotr Cłapa


Posted on the users mailing list.