eden/externals/oboe
swurl 6c655321e6
Move dead submodules in-tree
Signed-off-by: swurl <swurl@swurl.xyz>
2025-05-31 02:33:02 -04:00
..
.github Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
apps Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
docs Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
include/oboe Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
prefab Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
samples Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
src Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
tests Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
.gitignore Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
AUTHORS Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
build_all_android.sh Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
CMakeLists.txt Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
CONTRIBUTING.md Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
CONTRIBUTORS Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
Doxyfile Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
LICENSE Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
MODULE_LICENSE_APACHE2 Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
prefab_build.sh Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
README.md Move dead submodules in-tree 2025-05-31 02:33:02 -04:00

Oboe Build CI

Introduction to Oboe video

Oboe is a C++ library which makes it easy to build high-performance audio apps on Android. It was created primarily to allow developers to target a simplified API that works across multiple API levels back to API level 16 (Jelly Bean).

Features

  • Compatible with API 16 onwards - runs on 99% of Android devices
  • Chooses the audio API (OpenSL ES on API 16+ or AAudio on API 27+) which will give the best audio performance on the target Android device
  • Automatic latency tuning
  • Modern C++ allowing you to write clean, elegant code
  • Workarounds for some known issues
  • Used by popular apps and frameworks

Documentation

Community

Testing

Videos

Sample code and apps

Third party sample code

Contributing

We would love to receive your pull requests. Before we can though, please read the contributing guidelines.

Version history

View the releases page.

License

LICENSE