MarieLynneBlock / oboe

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oboe

Oboe is currently in developer preview.

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).

Get started with Oboe here.

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

Requirements

To build Oboe you will need the Android NDK r15 or above

Documentation

Sample code

Example apps can be found in the Android high-performance audio repository

Contributing

We would love to receive your pull requests. Before we can though, please read the contributing guidelines.

Version history

  • 18th October 2017 - v0.9 Initial developer preview

About

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

License:Apache License 2.0


Languages

Language:C++ 95.6%Language:Shell 2.0%Language:C 1.4%Language:CMake 1.0%