SoundCrowd is a free, open-source and lightweight music player for Android in modern material design, specialized for playing long music tracks (DJ mixes, live sets, audio books).
It features the generation of waveforms that visualize your music tracks during playback and can be used for precise seeking through gestures.
You can create cue points at your favorite positions in your music tracks. With these markers in the waveform, you can remember them and easily jump back to them.
The app contains build-in plugin modules to support various online streaming services, namely SoundCloud, Spotify, Tidal, and YouTube.
Want to know the track id of a specific part in a mix? SoundCrowd comes with build-in audio tagging support by using SongRec, an open-source Shazam client implementation, and records the internal audio so you don't need to play the music loud!
or download the apk directly from the GitHub releases page.
The following plugins for online streaming services are currently available:
Service | Download |
---|---|
SoundCloud | |
YouTube | |
Spotify | |
Beatport | |
Tidal |
$ git clone --recursive https://github.com/soundcrowd/soundcrowd
$ cd soundcrowd
$ ./gradlew assembleDebug
Install via ADB:
$ adb install app/build/outputs/apk/debug/app-debug.apk
SoundCrowd and its modules are licensed under GPLv3.
- Glide - BSD, part MIT and Apache 2.0
- AlphabetIndex-Fast-Scroll-RecyclerView - Apache 2.0
- AppIntro - Apache 2.0