SoundCrowd is a free, open-source and lightweight music player for Android in modern material design, specialized for playing long music tracks (DJ mix, live sets, audio books).
SoundCrowd features the generation of waveforms that visualize your music tracks during playback and can be used for precise seeking through gestures.
SoundCrowd lets you 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.
SoundCrowd can be extended via plugin modules to support various online streaming services.
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 | |
Cache |
You can install them from the F-Droid repository or download the apks directly from the GitHub releases pages.
$ 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
- AndroidSlidingUpPanel - Apache 2.0
- AlphabetIndex-Fast-Scroll-RecyclerView - Apache 2.0
- AppIntro - Apache 2.0
- ShowcaseView - Apache 2.0