{"id":15561919,"url":"https://github.com/doodzik/carrierwave_audio","last_synced_at":"2025-08-21T20:07:31.372Z","repository":{"id":14937838,"uuid":"17662357","full_name":"doodzik/carrierwave_audio","owner":"doodzik","description":"a plugin to use ruby-audio_info with carrierwave","archived":false,"fork":false,"pushed_at":"2014-04-17T09:04:41.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T04:43:19.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"applification/TiStarter","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doodzik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-12T09:54:43.000Z","updated_at":"2015-10-28T09:13:01.000Z","dependencies_parsed_at":"2022-09-18T08:53:19.883Z","dependency_job_id":null,"html_url":"https://github.com/doodzik/carrierwave_audio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doodzik/carrierwave_audio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodzik%2Fcarrierwave_audio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodzik%2Fcarrierwave_audio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodzik%2Fcarrierwave_audio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodzik%2Fcarrierwave_audio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doodzik","download_url":"https://codeload.github.com/doodzik/carrierwave_audio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodzik%2Fcarrierwave_audio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265879045,"owners_count":23843060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T16:10:39.832Z","updated_at":"2025-07-19T03:04:15.270Z","avatar_url":"https://github.com/doodzik.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CarrierwaveAudio\n\naudio plugin for Carrierwave\n\n## Installation\n\ninstall the ruby-sox https://github.com/TMXCredit/ruby-sox requirements on your system\n\nAdd this line to your application's Gemfile:\n\n    gem 'carrierwave_audio'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install carrierwave_audio\n\n## Usage\n\n```\n\nclass ExampleUploader \u003c CarrierWave::Uploader::Base\n\n  include CarrierWave::Audio::Info\n\n  process :audio_info do |info|\n    model.duration = info.length\n  end\n\nend\n\n```\n\n## Roadmap\n\nadd audio file type conversion\n\n```\n\nclass ExampleUploader \u003c CarrierWave::Uploader::Base\n\n  include CarrierWave::Audio::Modifier\n\n  # converts the audio file into the given types\n  # if the uploaded file is present it skips the conversion\n  # and stores it as it is\n  process audio_convert: [:mp3, :ogg]\n\nend\n\n```\n\n## Contributing\n\n1. Fork it ( http://github.com/doodzik/carrierwave_audio/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoodzik%2Fcarrierwave_audio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoodzik%2Fcarrierwave_audio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoodzik%2Fcarrierwave_audio/lists"}