{"id":23524745,"url":"https://github.com/ryanheise/just_waveform","last_synced_at":"2025-10-23T22:58:27.722Z","repository":{"id":37338913,"uuid":"421062654","full_name":"ryanheise/just_waveform","owner":"ryanheise","description":"A Flutter plugin to extract waveform data from an audio file suitable for visual rendering.","archived":false,"fork":false,"pushed_at":"2025-03-30T13:09:16.000Z","size":220,"stargazers_count":92,"open_issues_count":16,"forks_count":18,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-19T20:31:52.281Z","etag":null,"topics":["audio","flutter","waveform"],"latest_commit_sha":null,"homepage":"","language":"Java","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/ryanheise.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"ryanheise"}},"created_at":"2021-10-25T14:40:14.000Z","updated_at":"2025-07-19T17:07:58.000Z","dependencies_parsed_at":"2025-05-18T11:05:18.083Z","dependency_job_id":"0ca11222-ded5-47f2-90ee-b5c94785128d","html_url":"https://github.com/ryanheise/just_waveform","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ryanheise/just_waveform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanheise%2Fjust_waveform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanheise%2Fjust_waveform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanheise%2Fjust_waveform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanheise%2Fjust_waveform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanheise","download_url":"https://codeload.github.com/ryanheise/just_waveform/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanheise%2Fjust_waveform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280706838,"owners_count":26376991,"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-10-23T02:00:06.710Z","response_time":142,"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":["audio","flutter","waveform"],"created_at":"2024-12-25T18:17:55.425Z","updated_at":"2025-10-23T22:58:27.689Z","avatar_url":"https://github.com/ryanheise.png","language":"Java","funding_links":["https://github.com/sponsors/ryanheise"],"categories":[],"sub_categories":[],"readme":"# just_waveform\n\nThis plugin extracts waveform data from an audio file that can be used to render waveform visualisations.\n\n\u003cimg src=\"https://user-images.githubusercontent.com/19899190/138703227-6263c233-945c-4b60-8f0a-f652fbba9a3f.png\" alt=\"waveform screenshot\" width=\"350\" /\u003e\n\n## Usage\n\n```dart\nfinal progressStream = JustWaveform.extract(\n  audioInFile: '/path/to/audio.mp3',\n  waveOutFile: '/path/to/waveform.wave',\n  zoom: const WaveformZoom.pixelsPerSecond(100),\n);\nprogressStream.listen((waveformProgress) {\n  print('Progress: %${(100 * waveformProgress.progress).toInt()}');\n  if (waveformProgress.waveform != null) {\n    // Use the waveform.\n  }\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanheise%2Fjust_waveform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanheise%2Fjust_waveform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanheise%2Fjust_waveform/lists"}