[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Audio Processing in Ruby

Ben Oakes

3/5/2008 2:04:00 AM

I'm interested in doing sound processing in Ruby. I've found some
good libraries for Python, but haven't been able to find anything very
mature for Ruby (which I would prefer to work with, since I don't know
Python nearly as well). Anything I've found on RubyForge, for
example, is in alpha. (I did find 'ruby/audio' but it I haven't had
much luck with it so far, without any type of guide.) Can anyone
point me to some resources? I haven't been able to find much of
anything via Google so far.

Thanks,

-- Ben (aka divokz)

3 Answers

Charles Oliver Nutter

3/5/2008 2:33:00 AM

0

Benjamin Oakes wrote:
> I'm interested in doing sound processing in Ruby. I've found some good
> libraries for Python, but haven't been able to find anything very mature
> for Ruby (which I would prefer to work with, since I don't know Python
> nearly as well). Anything I've found on RubyForge, for example, is in
> alpha. (I did find 'ruby/audio' but it I haven't had much luck with it
> so far, without any type of guide.) Can anyone point me to some
> resources? I haven't been able to find much of anything via Google so far.

You might be able to find some good libraries in Java you could use
through JRuby. I know there are a few simple ones built into Java SE. I
don't know others off the top of my head though, but it's something to
consider.

- Charlie

M. Edward (Ed) Borasky

3/5/2008 3:49:00 AM

0

Benjamin Oakes wrote:
> I'm interested in doing sound processing in Ruby. I've found some good
> libraries for Python, but haven't been able to find anything very mature
> for Ruby (which I would prefer to work with, since I don't know Python
> nearly as well). Anything I've found on RubyForge, for example, is in
> alpha. (I did find 'ruby/audio' but it I haven't had much luck with it
> so far, without any type of guide.) Can anyone point me to some
> resources? I haven't been able to find much of anything via Google so far.
>
> Thanks,
>
> -- Ben (aka divokz)
>
>

I've started a project on Google code to do some related things. The
project is

http://code.google.com/p/r-ruby-algo-c...

and it's mostly oriented towards algorithmic composition and synthesis
of music. What are your use cases/requirements? Perhaps I can hook them
into this project.

Ben Oakes

3/10/2008 12:43:00 AM

0