{"id":13577639,"url":"https://github.com/akshay2211/MusicWave","last_synced_at":"2025-04-05T12:30:52.250Z","repository":{"id":91621086,"uuid":"90213574","full_name":"akshay2211/MusicWave","owner":"akshay2211","description":"With MusicWave represent your Sound in a gradient colored Visualization","archived":false,"fork":false,"pushed_at":"2021-09-05T18:07:57.000Z","size":6492,"stargazers_count":567,"open_issues_count":4,"forks_count":84,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-10-29T18:54:57.260Z","etag":null,"topics":["linegraph","music-library","music-visualizer","visualization"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akshay2211.png","metadata":{"files":{"readme":"README.md","changelog":null,"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},"funding":{"github":"akshay2211","patreon":null,"open_collective":"akshay-sharma","ko_fi":"akshay2211","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-05-04T02:35:42.000Z","updated_at":"2024-10-12T13:39:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa554015-d2ed-4ce3-a0fa-cb1093ae0609","html_url":"https://github.com/akshay2211/MusicWave","commit_stats":{"total_commits":18,"total_committers":3,"mean_commits":6.0,"dds":0.2777777777777778,"last_synced_commit":"d2603907440044cf16c0a59b5ff87669ea17b981"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshay2211%2FMusicWave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshay2211%2FMusicWave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshay2211%2FMusicWave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshay2211%2FMusicWave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akshay2211","download_url":"https://codeload.github.com/akshay2211/MusicWave/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246981162,"owners_count":20863828,"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":["linegraph","music-library","music-visualizer","visualization"],"created_at":"2024-08-01T15:01:23.195Z","updated_at":"2025-04-05T12:30:52.204Z","avatar_url":"https://github.com/akshay2211.png","language":"Java","funding_links":["https://github.com/sponsors/akshay2211","https://opencollective.com/akshay-sharma","https://ko-fi.com/akshay2211","https://www.paypal.me/akshay2211"],"categories":["Java","Wave"],"sub_categories":[],"readme":"[![Codacy Badge](https://api.codacy.com/project/badge/Grade/358460b4479a4068939da1cc3e72f44d)](https://app.codacy.com/app/akshay2211/MusicWave?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=akshay2211/MusicWave\u0026utm_campaign=Badge_Grade_Dashboard)\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-MusicWave-green.svg?style=flat-square)](https://android-arsenal.com/details/1/5699)\n[![API](https://img.shields.io/badge/API-9%2B-blue.svg?style=flat-square)](https://android-arsenal.com/api?level=9)\n\n# MusicWave\nWith MusicWave represent your Sound in a gradient colored Visualization\n\n\n![](media/musicwave_image.png)\n![](media/musicwave_gif.gif)\n\n\nUsage\n-----\n\nAdd Permission in Manifest file.\n```xml\n \u003cuses-permission android:name=\"android.permission.RECORD_AUDIO\"/\u003e\n```\nxml\n```xml\n    \u003cak.sh.ay.musicwave.MusicWave\n         android:id=\"@+id/musicWave\"\n         android:layout_width=\"match_parent\"\n         android:layout_height=\"match_parent\"\n         app:colorGradient=\"true\"\n         app:endColor=\"@color/colorEnd\"\n         app:startColor=\"@color/colorStart\"\n         app:waveThickness=\"1\" /\u003e\n```\nFor single color wave\n```xml\n         app:colorGradient=\"false\"\n         app:waveColor=\"@color/colorAccent\"\n```\nRefer Sample App for detailed description of usage\n\nDownload\n--------\n\n [ ![Download](https://api.bintray.com/packages/fxn769/android_projects/Oblique/images/download.svg) ](https://bintray.com/fxn769/android_projects/MusicWave/_latestVersion)  or grab via Gradle:\n```groovy\ncompile 'com.fxn769:musicwave:1.0'\n```\nor Maven:\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.fxn769\u003c/groupId\u003e\n  \u003cartifactId\u003emusicwave\u003c/artifactId\u003e\n  \u003cversion\u003e1.0\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n```\nor ivy:\n```xml\n\u003cdependency org='com.fxn769' name='musicwave' rev='1.0'\u003e\n  \u003cartifact name='musicwave' ext='pom' \u003e\u003c/artifact\u003e\n\u003c/dependency\u003e\n```\n\nSnapshots of the development version are available in [Sonatype's `snapshots` repository][snap].\n\n\n\n\n## License\nLicensed under the Apache License, Version 2.0, [click here for the full license](/LICENSE.txt).\n\n## Author \u0026 support\nThis project was created by [Akshay Sharma](https://akshay2211.github.io/).\n\n\u003e If you appreciate my work, consider buying me a cup of :coffee: to keep me recharged :metal: by [PayPal](https://www.paypal.me/akshay2211)\n\n\u003e I love using my work and I'm available for contract work. Freelancing helps to maintain and keep [my open source projects](https://github.com/akshay2211/) up to date!\n\n[![forthebadge](http://forthebadge.com/images/badges/built-for-android.svg)](http://forthebadge.com)\n\n\n [snap]: https://oss.sonatype.org/content/repositories/snapshots/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshay2211%2FMusicWave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakshay2211%2FMusicWave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshay2211%2FMusicWave/lists"}