# MusicStreamer
**Repository Path**: iboakax/MusicStreamer
## Basic Information
- **Project Name**: MusicStreamer
- **Description**: A Music Player for android that renders beautiful DNA(Visualization) of the currently playing music.
- **Primary Language**: Android
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 10
- **Forks**: 0
- **Created**: 2017-01-04
- **Last Updated**: 2025-05-20
## Categories & Tags
**Categories**: multimedia, android-modules
**Tags**: None
## README
# MusicDNA - A Music Player like no other


A Music Player for android that makes use of the Visualzer Class for rendering a beautiful **DNA** (***Visualization***) of the currently playing music.
## Background
The Music Player draws inspiration from [paullewis's music-dna](https://github.com/paullewis/music-dna/).
The Player uses the FFT Data supplied by the **Visualizer** class of Android , calculates the Amplitude at that particular moment and plots the **DNA**.
## The Player
MusicDNA combines the usefullness of a traditional Music Player app with the beautiful visualizations.
The Player allows users to play both **local music** as well as Stream Music directly from **SoundCloud**.
The Player also packs a **Powerful Equalizer with** ***BassBoost and Reverb*** effects
## Build Instructions
After cloning the repo, create a file `Config.java` under `\app\src\main\java\com\sdsmdg\harjot\MusicDNA`
Put the following code in it
```
package com.sdsmdg.harjot.MusicDNA;
public class Config {
public static final String CLIENT_ID = "YOUR_SOUNDCLOUD_CLIENT_ID";
public static final String API_URL = "https://api.soundcloud.com";
}
```
Replace `YOUR_SOUNDCLOUD_CLIENT_ID` with a client id received from SoundCloud.
You may grab one here : [https://developers.soundcloud.com/](https://developers.soundcloud.com/)
After that just import the project into Android Studio.
## The Player - *In Action*
Video Demo : [http://sendvid.com/b2hhc1pi](http://sendvid.com/b2hhc1pi)
The video's length was cut short due to ADB screenrecord's limit of 3:00 min.
Credits for combining audio and video [Piyush Mehrotra](https://github.com/hm98)
## License
MusicStreamer (MusicDNA) is under MIT 2016 License.