tree: 3b2c5d87d12824833a57758a02114d02b193d624 [path history] [tgz]
  1. src/
  2. .gitignore
  3. build.gradle
  4. proguard-rules.pro
  5. README.md
samples/minimaloboe/README.md

Minimal Oboe

Overview

This app is a very simple demonstration of turning on audio from buttons. It uses a low-latency Oboe stream.

Implementation

The app is written using Kotlin and Jetpack Compose.

The app state is maintained by subclassing DefaultLifecycleObserver. Oboe is called through an external native function.

This app uses shared_ptr for passing callbacks to Oboe. When the stream is disconnected, it starts a new stream.