commit | bae91d431281fbab7ad82f5046681067d8c70cdc | [log] [tgz] |
---|---|---|
author | Phil Burk <philburk@mobileer.com> | Tue Jun 16 14:10:07 2020 -0700 |
committer | Phil Burk <philburk@mobileer.com> | Tue Jun 16 15:42:22 2020 -0700 |
tree | 0109101109d7ba2e85b0fedd3b0d6aac5eef2017 | |
parent | 5f567cd53d356f806d3f2f5914bfcb7f297724df [diff] |
OboeTester: fix for Android < 8 Fixed nullptr crash when loading code to detect MMAP status.
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.