- Notifications
You must be signed in to change notification settings - Fork0
Simple app demonstrating ktor HTTP-client and Android Paging library.
License
overtane/sound-browser
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple app demonstratingktor HTTP-client andAndroid Paging library.
With SoundBrowser you can search, browse and play sounds fromfreesound.org
All sound clips are covered byCreative Commons 0 license, and are shorter than 60 seconds of duration.To find longer clips or sounds under some other license, go to freesound web site. Or you can change these limitations in FreeSoundHttpClient.kt.
The clip played is always a mp3 preview, not the original sound. In order to download the original sound, navigate to the sound's homepage from sounddetails.
For building, load the project to Android Studio. You need afreesound API key.Once you have the key, add it togradle.properties
file and build.
apikey="<your api key here>"