All Projects → akshay2211 → Musicwave

akshay2211 / Musicwave

Licence: apache-2.0
With MusicWave represent your Sound in a gradient colored Visualization

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Musicwave

google-music-manager-uploader
Google Music Manager Uploader module / Easily upload MP3 (folder) to Google Music
Stars: ✭ 21 (-96.06%)
Mutual labels:  music-library
ManaZeak
ManaZeak is a self-hostable web app that give you the ability to listen, edit and share your musical library over the internet.
Stars: ✭ 16 (-97%)
Mutual labels:  music-library
Tchaik
Music organisation and streaming system in Go
Stars: ✭ 331 (-37.9%)
Mutual labels:  music-library
odio
A Simple Utility to Download Music (.m4a) From Youtube Links Using Only Clipboard/PasteBoard
Stars: ✭ 32 (-94%)
Mutual labels:  music-library
musicbrainz rs
A wrapper around the musicbrainz API
Stars: ✭ 17 (-96.81%)
Mutual labels:  music-library
Csound Expression
Haskell Framework for Electronic Music
Stars: ✭ 257 (-51.78%)
Mutual labels:  music-library
mpdq
Automatic MPD "smart playlist" creator with minimal but hackable setup.
Stars: ✭ 18 (-96.62%)
Mutual labels:  music-library
Tauonmusicbox
The Linux desktop music player from the future! 🌆
Stars: ✭ 494 (-7.32%)
Mutual labels:  music-library
ytqck.github.io
YouTube quick ⚡ Search and Download Music for Free.
Stars: ✭ 18 (-96.62%)
Mutual labels:  music-library
Hyperamp
🎛 Humble music player
Stars: ✭ 293 (-45.03%)
Mutual labels:  music-library
react-native-track-player
A fully fledged audio module created for music apps. Provides audio playback, external media controls, chromecast support, background mode and more!
Stars: ✭ 2,348 (+340.53%)
Mutual labels:  music-library
digitalmusicstand
web based music sheet viewer (go, pdfjs) as a single binary
Stars: ✭ 22 (-95.87%)
Mutual labels:  music-library
Olivia
Elegant music player for LINUX
Stars: ✭ 261 (-51.03%)
Mutual labels:  music-library
HypnosMusicPlayer
A Lightweight, Clean, and Powerful Music Player and Library.
Stars: ✭ 21 (-96.06%)
Mutual labels:  music-library
Spotify Dedup
Remove duplicates from your Spotify Playlists
Stars: ✭ 442 (-17.07%)
Mutual labels:  music-library
Note-Art
🎸 Music Theory in Code.
Stars: ✭ 25 (-95.31%)
Mutual labels:  music-library
discodo
Enhanced Audio Player for Discord
Stars: ✭ 41 (-92.31%)
Mutual labels:  music-library
Diffuse
A music player that connects to your cloud/distributed storage.
Stars: ✭ 517 (-3%)
Mutual labels:  music-library
Musicindicator
Music indicator for Android. Easy to use. 🎧 ✨
Stars: ✭ 475 (-10.88%)
Mutual labels:  music-library
Simple Netease Cloud Music
🎵A simple netease music api lib. 简单、统一、轻巧的 Node.js 版网易云音乐 API
Stars: ✭ 268 (-49.72%)
Mutual labels:  music-library

Codacy Badge Android Arsenal API

MusicWave

With MusicWave represent your Sound in a gradient colored Visualization

Usage

Add Permission in Manifest file.

 <uses-permission android:name="android.permission.RECORD_AUDIO"/>

xml

    <ak.sh.ay.musicwave.MusicWave
         android:id="@+id/musicWave"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
         app:colorGradient="true"
         app:endColor="@color/colorEnd"
         app:startColor="@color/colorStart"
         app:waveThickness="1" />

For single color wave

         app:colorGradient="false"
         app:waveColor="@color/colorAccent"

Refer Sample App for detailed description of usage

Download

Download or grab via Gradle:

compile 'com.fxn769:musicwave:1.0'

or Maven:

<dependency>
  <groupId>com.fxn769</groupId>
  <artifactId>musicwave</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>

or ivy:

<dependency org='com.fxn769' name='musicwave' rev='1.0'>
  <artifact name='musicwave' ext='pom' ></artifact>
</dependency>

Snapshots of the development version are available in Sonatype's snapshots repository.

License

Licensed under the Apache License, Version 2.0, click here for the full license.

Author & support

This project was created by Akshay Sharma.

If you appreciate my work, consider buying me a cup of ☕️ to keep me recharged 🤘 by PayPal

I love using my work and I'm available for contract work. Freelancing helps to maintain and keep my open source projects up to date!

forthebadge

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].