Android 14.0.0 release 37
[automerger skipped] Empty Merge Android U (ab/10368041) am: 4a8dd157a8 -s ours am: 35e88b7240 -s ours am: bcefb9c20d -s ours am: f2b11334a1 -s ours

am skip reason: Merged-In I006bff778d1d0155efe75495e1175eabe1353ae0 with SHA-1 22545c1175 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/external/oboe/+/24087229

Change-Id: Ifab577526c188a758276bfe92d25c795bf0c7f63
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: edf1857cdf29303cb2a5175e197c56cd9b0d51ed
  1. .github/
  2. apps/
  3. docs/
  4. include/
  5. prefab/
  6. samples/
  7. src/
  8. tests/
  9. .gitignore
  10. Android.bp
  11. AUTHORS
  12. build_all_android.sh
  13. CMakeLists.txt
  14. CONTRIBUTING.md
  15. CONTRIBUTORS
  16. Doxyfile
  17. LICENSE
  18. METADATA
  19. MODULE_LICENSE_APACHE2
  20. OWNERS
  21. prefab_build.sh
  22. README.md
README.md

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