Upgrade oboe to 386f057966b9640a25b63e7ac552d30d66b4e49d am: e7b0cde384

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

Change-Id: If0b7680501eb265d37f9a5035dea1859b765dce5
tree: 8386d0a708feb788939d45dab1083babca1574c0
  1. .ci_tools/
  2. .github/
  3. apps/
  4. docs/
  5. include/
  6. prefab/
  7. samples/
  8. src/
  9. tests/
  10. .gitignore
  11. .travis.yml
  12. AUTHORS
  13. build_all_android.sh
  14. CMakeLists.txt
  15. CONTRIBUTING
  16. CONTRIBUTING.md
  17. CONTRIBUTORS
  18. Doxyfile
  19. LICENSE
  20. METADATA
  21. MODULE_LICENSE_APACHE2
  22. NOTICE
  23. OWNERS
  24. prefab_build.sh
  25. README
  26. README.md
README.md

Oboe Build Status

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

Requirements

To build Oboe you‘ll need a compiler which supports C++14 and the Android header files. The easiest way to obtain these is by downloading the Android NDK r17 or above. It can be installed using Android Studio’s SDK manager, or via direct download.

API Documentation

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