Giter VIP home page Giter VIP logo

soundboard's Introduction

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:

  • F-Droid

  • 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.

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:

  • Latest versions of Android SDK Tools and Android SDK Platform-tools
  • Android SDK Build-tools 23.0.2 or later
  • Android SDK Platform 23 or later
  • Android Support Library 23.1.1 or later

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.