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.
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
This may not help you, but there's the "sox" program:
It says in the FAQ it has a library too, but maybe using the
command-line is enough for you.
On Mar 3, 1:44 pm, Desireco <zel...@gmail.com> 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.