Play short sound samples on your Android device.
Select a sound file from your storage directory and add it to the sounds list. It will be copied to the private application folder and can be played on touch.
You can delete the original file at any time. The sound sample will still be available in the application until you decide to delete it.
There are several ways of getting a compiled binary version of Soundboard:
Download a bleeding edge snapshot build from my private repository. As these snapshots are always compiled from the repository HEAD, they could be unstable or filled with bugs. The snapshots packages are signed with a debug key which can change occasionally. Be aware of that.
Grab an APK from releases on GitHub. These are compiled by me from the same sources as the F-Droid releases and should be stable.
If you want to build the application yourself, the easiest way is to use the latest Android Studio along with the Android SDK.
Alternatively you can use the gradle wrapper to build the application.
You will at least need to install the following SDK packages:
Clone the repository:
git clone https://github.com/meonwax/soundboard.git
Switch to application directory and make the gradle wrapper executable:
cd soundboard
chmod +x gradlew
To build a debug version, run:
./gradlew assembleDebug
To build a release version, you first have to alter the settings for accessing your keystore in the app/gradle.properties
file.
Then run:
./gradlew assembleRelease
After a successful build, the (signed) APKs will be located in app/build/outputs/apk
.
Launcher icon by Mohamed Mbarki licensed under Creative Commons (Attribution 3.0 Unported).