• Home
Name Date Size #Lines LOC

..--

src/main/03-May-2024-838604

.gitignoreD03-May-20247 21

README.mdD03-May-2024447 1710

build.gradleD03-May-20242.6 KiB7770

proguard-rules.proD03-May-2024751 2218

README.md

1# Minimal Oboe
2
3## Overview
4
5This app is a very simple demonstration of turning on audio from buttons.
6It uses a low-latency Oboe stream.
7
8## Implementation
9
10The app is written using Kotlin and Jetpack Compose.
11
12The app state is maintained by subclassing DefaultLifecycleObserver.
13Oboe is called through an external native function.
14
15This app uses shared_ptr for passing callbacks to Oboe.
16When the stream is disconnected, it starts a new stream.
17