mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 11:25:46 +00:00
Move dead submodules in-tree
Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
c0cceff365
commit
6c655321e6
4081 changed files with 1185566 additions and 45 deletions
19
externals/oboe/samples/minimaloboe/README.md
vendored
Normal file
19
externals/oboe/samples/minimaloboe/README.md
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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.
|
||||
|
||||
## Screenshots
|
||||

|
Loading…
Add table
Add a link
Reference in a new issue