This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Sound/sample processing library




Bill Schottstaedt wrote:

> I checked out http://www.red-bean.com/~jimb/guile/ideas.html and
> was surprised to see:
>
> > Sound/sample processing library
>
> >     I'd love to use Guile to munge sound samples, try out various effects, etc. The perfect
> >     complement to a sound-processing library would be a nice interface to the audio hardware,
> >     supporting ALSA, OSS, Solaris, and the like.
>
> This is right up my alley!  I've written a C library of basic
> audio functions (support for hardware, headers, data types, etc)
> called sndlib:

I've also been working on same, but very closely tied to Guile.  I've got some basic sound
processing primitives such as echo/delay/filtering and some generators like oscilators...there's
not much in the way of sample processing, but if people want to collaborate to build something, I'd
love to discuss a collaborative effort...I'm not at all happy with the way my code is organized
right now, but I should probably post it to my web-page...I'll drop a line to the list when it's
up...