{"id":17043318,"url":"https://github.com/yuao/audioprism","last_synced_at":"2025-03-23T01:43:14.369Z","repository":{"id":145911519,"uuid":"434536243","full_name":"YuAo/AudioPrism","owner":"YuAo","description":"AudioPrism implements the `AnalyserNode` functionality defined in the Web Audio API.","archived":false,"fork":false,"pushed_at":"2021-12-20T07:08:39.000Z","size":721,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T05:09:46.821Z","etag":null,"topics":["analysernode","audio","fft","frequency","webaudio"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/YuAo.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":"2021-12-03T09:21:46.000Z","updated_at":"2024-08-27T04:21:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8da7888-ab42-4284-ac15-a6a4748a306f","html_url":"https://github.com/YuAo/AudioPrism","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuAo%2FAudioPrism","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuAo%2FAudioPrism/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuAo%2FAudioPrism/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuAo%2FAudioPrism/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YuAo","download_url":"https://codeload.github.com/YuAo/AudioPrism/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245044493,"owners_count":20551898,"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":["analysernode","audio","fft","frequency","webaudio"],"created_at":"2024-10-14T09:29:11.419Z","updated_at":"2025-03-23T01:43:14.346Z","avatar_url":"https://github.com/YuAo.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AudioPrism\n\n![](https://github.com/YuAo/AudioPrism/workflows/Swift/badge.svg)\n\nAudioPrism implements the `AnalyserNode` functionality defined in the Web Audio API. https://webaudio.github.io/web-audio-api/#AnalyserNode\n\n## Usage\n\n```Swift\nimport AudioPrism\n\n// Create an `AudioPrism` object.\nlet prism = try AudioPrism(options: ...)\n\n// Update the `AudioPrism` object with audio buffers.\nprism.update(with: ...)\n\n// Get the most recent frequency data\nlet frequencyData = prism.frequencyData\n```\n\n## Documentation\n\n[API Reference](https://yuao.github.io/AudioPrism/documentation/audioprism)\n\n## Swift Package\n\nTo use this package in a SwiftPM project, add the following line to the dependencies in your Package.swift file:\n\n```swift\n.package(url: \"https://github.com/YuAo/AudioPrism\", from: \"1.0.0\"),\n```\n\n## Acknowledgements\n\n### Example Audio\n\nEndless Light\n\nby Siddhartha Corsus\n\nhttps://creativecommons.org/licenses/by-nc/4.0/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuao%2Faudioprism","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuao%2Faudioprism","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuao%2Faudioprism/lists"}