{"id":30678101,"url":"https://github.com/atd/paperclip_waveform","last_synced_at":"2025-09-01T13:09:53.808Z","repository":{"id":5792896,"uuid":"7007218","full_name":"atd/paperclip_waveform","owner":"atd","description":"Paperclip post-processor that generates a waveform image from audio files.","archived":false,"fork":false,"pushed_at":"2012-12-27T16:10:42.000Z","size":242,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-20T04:35:47.855Z","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":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atd.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-04T21:30:35.000Z","updated_at":"2023-02-09T07:16:19.000Z","dependencies_parsed_at":"2022-09-23T23:41:19.567Z","dependency_job_id":null,"html_url":"https://github.com/atd/paperclip_waveform","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/atd/paperclip_waveform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atd%2Fpaperclip_waveform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atd%2Fpaperclip_waveform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atd%2Fpaperclip_waveform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atd%2Fpaperclip_waveform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atd","download_url":"https://codeload.github.com/atd/paperclip_waveform/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atd%2Fpaperclip_waveform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273129651,"owners_count":25050790,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-09-01T13:09:51.447Z","updated_at":"2025-09-01T13:09:53.798Z","avatar_url":"https://github.com/atd.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Paperclip Waveform\n\nPaperclip Waveform is a Paperclip post-processor. It generates a png file\nwith the waveform from an audio attachment, using the fantastic waveform gem https://github.com/benalavi/waveform\n\n== Usage\n\nWaveform depends on ruby-audio, which in turn depends on libsndfile.\n\nBuild libsndfile from (http://www.mega-nerd.com/libsndfile/), install it via apt:\n\n  sudo apt-get install libsndfile1-dev\n\nlibsndfile in macports, etc...\n\nffmpeg is also required to convert original files to WAV\n\n  sudo apt-get install ffmpeg\n\nThen add the gem to your Gemfile:\n\n  gem 'paperclip_waveform'\n\nAnd the style to your audio:\n\n  class Audio \u003c ActiveRecord::Base\n    has_attached_file :file,\n                      styles: { waveform: { format: :png, convert_options: { color: :transparent } } },\n                      processors: [ :waveform ]\n\nTake a look at https://github.com/benalavi/waveform/blob/master/bin/waveform for available options\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatd%2Fpaperclip_waveform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatd%2Fpaperclip_waveform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatd%2Fpaperclip_waveform/lists"}