carrierwave-audio icon indicating copy to clipboard operation
carrierwave-audio copied to clipboard

Simple SoX wrapper for CarrierWave uploader that allows audio file conversion and watermarking

Results 3 carrierwave-audio issues
Sort by recently updated
recently updated
newest added

Upon trying to process a conversion: `include CarrierWave::Audio` `process :convert => [{output_format: :mp3}]` Rails logs this error `Sox::Error (No such file or directory - sox --type mp3...` How can I...

It would be nice to have support for other formats, ie. wav. @tanakaworld made a fork with this function, it would be great to have it merged into master.

I would like to add trim and fade effects via convert processors. Looks like this does not work via output_options. Any suggestions? Thanks so far for this implementation!