Here is a table of examples in this repository:
Name | Description | Link |
---|---|---|
Sounds | An app which contains two WAV sounds to show how is library working with sounds. You can select this assets and then use buttons to manage one specific soundpool. | Go ! |
Music | Simple audio player that you can use to manage tracks via streaming from file. It shows that OboeMusic works as expected. Again, you can select there some track which can be long or short, and control it with UI elements. | Go ! |
Async | Asynchronous loading and unloading Music and Sound instances using buttons. There you can also preview task progress. | Go ! |
Waves | Sine wave generator with adjustable frequency. Shows how audio device is working. | Go ! |
Recorder | Simple microphone recorder. | Go ! |
You can build each repository as a subproject within the repository, then upload APK with adb
, and then launch it:
$ ../../gradlew assembleDebug
$ adb install build/output/apk/debug/*.apk
$ adb shell monkey -p barsoosayque.libgdxoboe.example_name_in_lowercase_here 1