{"id":13768913,"url":"https://github.com/kelvinau/circular-audio-wave","last_synced_at":"2025-05-11T00:30:56.819Z","repository":{"id":41413339,"uuid":"116280502","full_name":"kelvinau/circular-audio-wave","owner":"kelvinau","description":"JS library for audio visualization in circular wave using Web Audio API and ECharts","archived":false,"fork":false,"pushed_at":"2024-05-18T11:34:02.000Z","size":10820,"stargazers_count":264,"open_issues_count":15,"forks_count":39,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-25T09:45:09.448Z","etag":null,"topics":["audio-reactive","canvas","circular","javascript","music","music-visualisation","waveform"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/kelvinau.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":"2018-01-04T16:13:09.000Z","updated_at":"2025-04-21T14:49:31.000Z","dependencies_parsed_at":"2024-06-21T19:19:39.360Z","dependency_job_id":"dc2f9ca1-1681-413e-8db1-c011cb3e5ee7","html_url":"https://github.com/kelvinau/circular-audio-wave","commit_stats":{"total_commits":35,"total_committers":2,"mean_commits":17.5,"dds":"0.11428571428571432","last_synced_commit":"fdedc975176b097ef83cc093bf906f7f3c97b6dd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelvinau%2Fcircular-audio-wave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelvinau%2Fcircular-audio-wave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelvinau%2Fcircular-audio-wave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelvinau%2Fcircular-audio-wave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kelvinau","download_url":"https://codeload.github.com/kelvinau/circular-audio-wave/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253501674,"owners_count":21918316,"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":["audio-reactive","canvas","circular","javascript","music","music-visualisation","waveform"],"created_at":"2024-08-03T16:01:28.125Z","updated_at":"2025-05-11T00:30:51.803Z","avatar_url":"https://github.com/kelvinau.png","language":"JavaScript","funding_links":[],"categories":["Libraries Visualization","UI components and libraries","Packages"],"sub_categories":["Audio visualization","Libraries"],"readme":"# Circular Audio Wave\n\u003cimg alt=\"Circular Wave\" src=\"https://kelvinau.github.io/circular-audio-wave/demo/circular-wave.gif\" width=\"50%\"/\u003e\u003cimg alt=\"Sunburst\" src=\"https://kelvinau.github.io/circular-audio-wave/demo/sunburst.gif?1\" width=\"50%\"/\u003e\n\n**Live Demo**  \nCircular Wave: https://kelvinau.github.io/circular-audio-wave/demo/circular-wave.html  \nSunburst: https://kelvinau.github.io/circular-audio-wave/demo/sunburst.html\n\n## Introduction\n`CircularAudioWave` is a JS library for audio visualization in circular audio wave, based on frequencies and BPM (Beats Per Minute). It uses [ECharts](https://github.com/apache/incubator-echarts) for the rendering, which is combined into `dist/circular-audio-wave.min.js`.\n\n*This library works only on browsers that supports Web Audio API.\n\n## Installation\n1\\. NPM\n```\nnpm install circular-audio-wave\n```\n\nand import `circular-audio-wave.min.js` from `dist`\n\n2\\. Download `circular-audio-wave.min.js` directly from [github](https://raw.githubusercontent.com/kelvinau/circular-audio-wave/master/dist/circular-audio-wave.min.js)\n\n## Usage\nClass `CircularAudioWave(elem, opts={})` where `elem` is an DOM element object and `opts` provides configuration.  \nConfiguration consists of:  \n- `mode`: 'sunburst' for sunburst chart (default: false)\n- `loop`: loop rendering the chart (default: false)\n\n## Methods\n- `loadAudio`: provides the path of the audio file\n- `play`: plays audio and render chart\n\n## Examples\nSee `circular-wave.html` and `sunburst.html` in `demo`.\n\n## Acknowledgement\nSample demo tracks are obtained from:\n- Nokia Scratch - https://www.zedge.net/ringtone/819255/\n- IPL Stadium - https://www.zedge.net/ringtone/1039527/\n- Break Drum - https://www.looperman.com/loops/detail/96932/break-drum-by-blueeskies-free-175bpm-drum-and-bass-drum-loop\n\nTempo detection is based on [José M. Pérez](https://jmperezperez.com/)'s research. See [here](https://jmperezperez.com/bpm-detection-javascript/) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelvinau%2Fcircular-audio-wave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkelvinau%2Fcircular-audio-wave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelvinau%2Fcircular-audio-wave/lists"}