This is an Android application that plays random audio commands with a customizable delay between each playback. The user can start and stop the sequence and set the delay (up to 5000 ms) between commands.
- Play random audio commands from assets
- Set custom delay (max 5000 ms) between commands
- Start and stop playback at any time
- Simple and intuitive UI
- Position commands occur less frequently than other command types
You can download the latest APK from the Releases tab on GitHub.
- Android Studio (latest version recommended)
- Android device or emulator (API 21+)
- Clone this repository with SSH:
git clone git@github.com:Bondpl/ShootingCommands.git
- Open the project in Android Studio.
- Build and run the app on an emulator or a physical device.
- Build the APK in Android Studio:
Build > Build Bundle(s) / APK(s) > Build APK(s) - Transfer the generated APK file to your device.
- On your device, open the APK file and follow the installation instructions.
- Add your own audio files to the
assets/Audio/directory. - Update the
audioFileslist in the code to include your new files.
This project is licensed under the MIT License.