Bug: 148814718

Clone this repo:
  1. 96b51d9 Add janitors to the OWNERS file by Sadaf Ebrahimi · 5 weeks ago main master
  2. 05767d9 Merge remote-tracking branch 'aosp/upstream-main' into external/oboe am: 844cbfe455 am: 6e17b0b03d by Robert Wu · 10 months ago android15-automotiveos-dev android15-qpr1-release android15-qpr1-s3-release android15-qpr1-s4-release android15-qpr1-s5-release android15-tests-dev aml_tz6_351010000 android-15.0.0_r10 android-15.0.0_r11 android-15.0.0_r12 android-15.0.0_r13 android-15.0.0_r6 android-15.0.0_r7 android-15.0.0_r8 android-15.0.0_r9
  3. 6e17b0b Merge remote-tracking branch 'aosp/upstream-main' into external/oboe am: 844cbfe455 by Robert Wu · 10 months ago
  4. 844cbfe Merge remote-tracking branch 'aosp/upstream-main' into external/oboe by Robert Wu · 11 months ago
  5. 25cacaa Add more static_casts (#1982) by Robert Wu · 11 months ago

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