https://github.com/soundcrowd/soundcrowd
An extensible music player app for Android with plugins to support streaming from SoundCloud, YouTube, Spotify, Beatport, and Tidal
https://github.com/soundcrowd/soundcrowd
android beatport cache music player plugin soundcloud spotify tidal waveform youtube
Last synced: 24 days ago
JSON representation
An extensible music player app for Android with plugins to support streaming from SoundCloud, YouTube, Spotify, Beatport, and Tidal
- Host: GitHub
- URL: https://github.com/soundcrowd/soundcrowd
- Owner: soundcrowd
- License: gpl-3.0
- Created: 2019-04-14T00:01:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T20:19:52.000Z (6 months ago)
- Last Synced: 2024-10-29T22:30:51.394Z (6 months ago)
- Topics: android, beatport, cache, music, player, plugin, soundcloud, spotify, tidal, waveform, youtube
- Language: Kotlin
- Homepage: https://soundcrowd.github.io/
- Size: 799 KB
- Stars: 73
- Watchers: 4
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SoundCrowd
[](https://github.com/soundcrowd/soundcrowd/actions/workflows/android.yml)
[](https://github.com/soundcrowd/soundcrowd/releases)
[](LICENSE)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](https://github.com/marin-m/SongRec), an open-source Shazam client implementation, and records the internal audio so you don't need to play the music loud!
## Download
[
](https://play.google.com/store/apps/details?id=com.tiefensuche.soundcrowd)
[](https://soundcrowd.github.io/fdroid/repo)
or download the apk directly from the [GitHub releases](https://github.com/soundcrowd/soundcrowd/releases) page.
## Online Streaming Services
The following plugins for online streaming services are currently available:
| Service | Download |
|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| SoundCloud | [](https://github.com/soundcrowd/soundcrowd-plugin-soundcloud/releases) |
| YouTube | [](https://github.com/soundcrowd/soundcrowd-plugin-youtube/releases) |
| Spotify | [](https://github.com/soundcrowd/soundcrowd-plugin-spotify/releases) |
| Beatport | [](https://github.com/soundcrowd/soundcrowd-plugin-beatport/releases) |
| Tidal | [](https://github.com/soundcrowd/soundcrowd-plugin-tidal/releases) |## Screenshots
![]()
## Building
$ git clone --recursive https://github.com/soundcrowd/soundcrowd
$ cd soundcrowd
$ ./gradlew assembleDebugInstall via ADB:
$ adb install app/build/outputs/apk/debug/app-debug.apk
## License
SoundCrowd and its modules are licensed under GPLv3.
## Dependencies
- [Glide](https://github.com/bumptech/glide) - BSD, part MIT and Apache 2.0
- [AlphabetIndex-Fast-Scroll-RecyclerView](https://github.com/myinnos/AlphabetIndex-Fast-Scroll-RecyclerView) - Apache 2.0
- [AppIntro](https://github.com/AppIntro/AppIntro) - Apache 2.0