{"id":13743025,"url":"https://github.com/singuerinc/as3-audio","last_synced_at":"2026-02-25T02:31:12.389Z","repository":{"id":143400286,"uuid":"1903004","full_name":"singuerinc/as3-audio","owner":"singuerinc","description":"Audio Management in Actionscript","archived":false,"fork":false,"pushed_at":"2011-06-27T08:51:29.000Z","size":26037,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T12:49:12.149Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/singuerinc.png","metadata":{"files":{"readme":"README.textile","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-06-15T22:52:02.000Z","updated_at":"2025-02-18T13:20:31.000Z","dependencies_parsed_at":"2023-06-18T13:42:57.912Z","dependency_job_id":null,"html_url":"https://github.com/singuerinc/as3-audio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/singuerinc/as3-audio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singuerinc%2Fas3-audio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singuerinc%2Fas3-audio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singuerinc%2Fas3-audio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singuerinc%2Fas3-audio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/singuerinc","download_url":"https://codeload.github.com/singuerinc/as3-audio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singuerinc%2Fas3-audio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29809086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T22:43:48.403Z","status":"online","status_checked_at":"2026-02-25T02:00:07.329Z","response_time":61,"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":"2024-08-03T05:00:39.082Z","updated_at":"2026-02-25T02:31:12.372Z","avatar_url":"https://github.com/singuerinc.png","language":"ActionScript","funding_links":[],"categories":["Multimedia"],"sub_categories":["Sound"],"readme":"h2. as3-audio\n\nAudio Management for AS3 built on as3-signals.\n\nh3. Overview\n\nAudio provides an easy way to work with sounds on Actionscript 3.\n\nh3. Syntax\n\n\u003cpre\u003e\u003ccode\u003e\nvar audio:IAudio = new Audio('id', 'path/to/sound.mp3');\naudio.volume = .5;\naudio.completed.add(onSoundComplete);\naudio.play();\n\nvar audio:IAudioX = new AudioX('id', SoundClass);\naudio.play();\naudio.fade(1000, 1, 0); //time, to, from (optional)\n\u003c/code\u003e\u003c/pre\u003e\n\nh3. Some Features\n\n* Unit tested.\n* Can be configured via XML.\n* No Events, as3-signals.\n* Interfaces.\n* Works with Robotlegs: http://www.robotlegs.org","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinguerinc%2Fas3-audio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinguerinc%2Fas3-audio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinguerinc%2Fas3-audio/lists"}