{"id":23964495,"url":"https://github.com/firefly-zero/firefly-audio","last_synced_at":"2026-02-14T09:03:37.820Z","repository":{"id":257809230,"uuid":"867480108","full_name":"firefly-zero/firefly-audio","owner":"firefly-zero","description":"🔊 Tree-based Rust crate for generating and manipulating audio. Powers audio in Firefly Zero.","archived":false,"fork":false,"pushed_at":"2024-10-21T16:24:07.000Z","size":77,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T12:28:39.716Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/firefly-zero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-10-04T06:34:21.000Z","updated_at":"2025-01-02T15:48:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"600f6f2e-93b4-4d57-af9e-9149dd2e32af","html_url":"https://github.com/firefly-zero/firefly-audio","commit_stats":null,"previous_names":["firefly-zero/firefly-audio"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-zero%2Ffirefly-audio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-zero%2Ffirefly-audio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-zero%2Ffirefly-audio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-zero%2Ffirefly-audio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firefly-zero","download_url":"https://codeload.github.com/firefly-zero/firefly-audio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248713727,"owners_count":21149757,"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":"2025-01-06T21:35:13.275Z","updated_at":"2026-02-14T09:03:37.780Z","avatar_url":"https://github.com/firefly-zero.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# firefly-audio\n\n[ [📄 docs](https://docs.rs/firefly-audio/latest/firefly_audio/) ] [ [🐙 github](https://github.com/firefly-zero/firefly-audio) ] [ [📦 crates.io](https://crates.io/crates/firefly-audio) ]\n\nRust crate for generating and processing digital audio. Powers the audio in [Firefly Zero](https://fireflyzero.com/). If you're looking into using audio in a Firefly Zero app, check out [Firefly Zero documentation](https://docs.fireflyzero.com/dev/audio/).\n\n## Installation\n\n```bash\ncargo add firefly-audio\n```\n\n## Usage\n\n```rust\nlet mut manager = firefly_audio::Manager::new();\nlet node = Box::new(firefly_audio::Sine::new(440., 0.));\nmanager.add_node(0, node);\nlet mut buf = [0u8; 44_100];\nmanager.write(\u0026mut buf);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirefly-zero%2Ffirefly-audio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirefly-zero%2Ffirefly-audio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirefly-zero%2Ffirefly-audio/lists"}