Oboe is a C++ library that makes it easy to build high-performance audio apps on Android.
Find a file
2025-04-02 05:18:32 +02:00
.github Update All Sample Apps Deps (#2176) 2025-03-12 14:48:20 -07:00
apps Support testing MP3 playback. (#2189) 2025-03-27 10:35:23 -07:00
docs Support compressed formats when building stream. (#2188) 2025-03-24 14:04:02 -07:00
include/oboe Update Oboe version to 1.9.4 2025-03-26 14:28:40 -07:00
prefab add new lines (#1700) 2023-02-03 16:58:38 -08:00
samples Soundboard: Don't use the top app bar and modernize UI (#2186) 2025-03-25 14:32:37 -07:00
src Add AAudioStream_getDeviceIds API (#2184) 2025-03-25 15:17:24 -07:00
tests update samples to 16kb page sizes (#2086) 2024-08-14 15:56:10 -07:00
.gitignore ignore .logpile folder 2020-07-14 17:55:41 -07:00
AUTHORS Turn off execute bit for ordinary text files 2020-05-20 09:29:25 -07:00
build_all_android.sh compile oboe with 16kb page sizes (#2126) 2024-12-17 10:48:22 -08:00
CMakeLists.txt Update CMakeLists.txt to minimum version 3.5 2025-04-02 05:18:32 +02:00
CONTRIBUTING.md Adding documentation 2017-10-18 16:09:39 +01:00
CONTRIBUTORS Turn off execute bit for ordinary text files 2020-05-20 09:29:25 -07:00
Doxyfile Automatically update docs with every commit to main (#1561) 2022-06-28 09:15:21 -07:00
LICENSE Turn off execute bit for ordinary text files 2020-05-20 09:29:25 -07:00
MODULE_LICENSE_APACHE2 Android: add files needed by AOSP for external repos 2020-09-08 07:32:08 -07:00
prefab_build.sh Adding indent to continuation lines 2020-06-12 20:31:38 +01:00
README.md Clean up tech notes (#1714) 2023-03-01 15:03:43 -08: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