Audio processing libraries for Ruby?

Posted by J. Pablo Fernández on Stack Overflow See other posts from Stack Overflow or by J. Pablo Fernández
Published on 2010-05-19T19:23:11Z Indexed on 2010/05/19 19:50 UTC
Read the original article Hit count: 166

Filed under:
|
|
|

Any recommendation on libraries to do audio processing in Ruby. I need to do the following two tasks:

  • Find silences, for which I'm happy to just be able to iterate over each sample in the wave.
  • Cut and paste pieces of wav files to form a new wav file.
  • Convert wav to mp3, which I will probably leave to lame anyway.

I'm looking for the equivalent of NAudio, a C# library.

© Stack Overflow or respective owner

Related posts about ruby

Related posts about sound