Git Product home page Git Product logo

carrierwave-audio's People

Contributors

alexmamonchik avatar trevorhinesley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

carrierwave-audio's Issues

Docs have incorrect signature for convert method

In this commit 46eb3d8#diff-df63423b67b0b8ba9b521f757b8ea475R18 the signature of the convert method was changed from def convert output_format = :mp3, output_options = {} to def convert options={}.

In the README the relevant piece of recommended code is:

 version :mp3 do
    process :convert => [:mp3]

    def full_filename(for_file)
      "#{super.chomp(File.extname(super))}.mp3"
    end
  end

Which should now be:

 version :mp3 do
    process :convert => [output_format: :mp3]

    def full_filename(for_file)
      "#{super.chomp(File.extname(super))}.mp3"
    end
  end

or an error will be raised TypeError: no implicit conversion of Symbol into Hash

Sox::Error (no such file)

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 resolve this?

quality of mp3

looks like we can't rewrite a quality of a final mp3 file and locked to 128 kbps. Is it interesting if I can create some PR with ability to set 320 kbps?

effects (trim, fade) via convert

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!

WAV support

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.