tree: ea1e712f03dd01aa5b077ce1ee4fe733375b9ed3 [path history] [tgz]
  1. audio-device/
  2. debug-utils/
  3. drumthumper/
  4. gradle/
  5. hello-oboe/
  6. iolib/
  7. LiveEffect/
  8. MegaDrone/
  9. minimaloboe/
  10. parselib/
  11. RhythmGame/
  12. shared/
  13. SoundBoard/
  14. .gitignore
  15. build.gradle
  16. gradle.properties
  17. gradlew
  18. gradlew.bat
  19. README.md
  20. settings.gradle
samples/README.md

Oboe Samples

These samples demonstrate how to use the Oboe library:

  1. MinimalOboe: Just create an Oboe stream and play white noise. Restart stream when disconnected. (Kotlin/Compose)
  2. hello-oboe: Creates an output (playback) stream and plays a sine wave when you tap the screen. (Java)
  3. RhythmGame: A simple rhythm game where you copy the clap patterns you hear by tapping on the screen. There is an associated codelab to follow along with. (Java)
  4. MegaDrone: A one hundred oscillator synthesizer, demonstrates low latency and CPU performance. (Java)
  5. DrumThumper: A drum pad that plays sounds from loaded WAV files. (Java)
  6. LiveEffect: Loops audio from input stream to output stream to demonstrate duplex capability. (Java)
  7. SoundBoard: A 30 note dynamic synthesizer, demonstating combining signals. (Kotlin)

Pre-requisites

Getting Started

  1. Install Android Studio
  2. Import the sample project into Android Studio
    • File -> New -> Import Project
    • Browse to oboe/samples/build.gradle
    • Click “OK”
  3. Click Run, click on the sample you wish to run

Support

If you've found an error in these samples, please file an issue.

Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.

License

Copyright 2017 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.