From: cacciatc Date: 2010-03-05T01:50:05+09:00 Subject: Re: how to mix audio files On Mar 3, 1:44 pm, Desireco wrote: > Hi, I got an idea that would require me to mix and merge audio files > programatically. Is there easy way to do this in ruby? I don't really > need specific audio format ie. I can adjust to that as long as it is > very easy and maybe gives few effects. > > Any input would be greatly appreciated. > > Zeljko Maybe Minim? I have used it from ruby-processing and was pleased with the results. http://code.compartmental.net/tools/minim/ http://wiki.github.com/jashkenas/ruby-processing/ -C