Soundboard

Build Status

Play short sound samples on your Android device.

Usage

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.

Download

There are several ways of getting a compiled binary version of Soundboard:

Building

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.

Resources

Launcher icon by Mohamed Mbarki licensed under Creative Commons (Attribution 3.0 Unported).

License

GPL3