Skip to content
/ oboe Public

Oboe is a C++ library that makes it easy to build high-performance audio apps on Android.

License

NotificationsYou must be signed in to change notification settings

google/oboe

Folders and files

NameName
Last commit message
Last commit date
Apr 12, 2024
Jul 20, 2024
Jun 29, 2024
Jul 11, 2024
Feb 4, 2023
Jul 13, 2024
Jul 19, 2024
Jul 25, 2024
Jul 15, 2020
May 21, 2020
Dec 9, 2023
Oct 19, 2017
May 21, 2020
Jun 29, 2022
May 21, 2020
Sep 8, 2020
Mar 2, 2023
May 23, 2023
Jun 13, 2020

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