commit | 1f623872ba5ca7f725dfc2c8c38627fb73f5b954 | [log] [tgz] |
---|---|---|
author | Phil Burk <philburk@mobileer.com> | Thu Jun 11 15:26:49 2020 -0700 |
committer | Phil Burk <philburk@mobileer.com> | Wed Jun 17 11:23:02 2020 -0700 |
tree | 74bfcc48253467d0bdeff9d67c0c348afc0ca497 | |
parent | cb01be56e08c1e6ac24c3bf202dc5add75895051 [diff] |
oboe: warn user of permission errors AAudio returns confusing error codes when an open fails due to permission errors. Suggest a possible reason. Related to #888
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).
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.
We would love to receive your pull requests. Before we can though, please read the contributing guidelines.
View the releases page.