Ruby/Rails Audio Conversion Plugins?

Posted by coneybeare on Stack Overflow See other posts from Stack Overflow or by coneybeare
Published on 2009-02-23T00:57:11Z Indexed on 2010/04/24 1:13 UTC
Read the original article Hit count: 465

Filed under:
|
|
|
|

I am looking for a good gem/plugin to convert user-uploaded audio files to different formats. One format in particular that I am interested in is converting to Apple .caf with ima4 compression for inclusion in an iPhone app.

I have been using afconvert on my mac for this so far, but I need to do it on my linux box, server-side. Ideally, I would be able to work into paperclip.

As an additional solution, ffmpeg could work, but I have not seen any .caf options for it. Anybody know of one?

© Stack Overflow or respective owner

Related posts about audio

Related posts about ruby-on-rails