commit | d12bb0033fc7b17980334d7e03763f3fc05cc36b | [log] [tgz] |
---|---|---|
author | Phil Burk <[email protected]> | Thu Jun 11 16:49:57 2020 -0700 |
committer | Phil Burk <[email protected]> | Wed Jun 17 11:21:33 2020 -0700 |
tree | 7d44343859639d8817a5d10f3ebcda500aac6791 | |
parent | 5bc5559e14f8e1b24decac9a6055c8e97804241b [diff] |
oboe: add Quirk for broken mono on S9 The Samsung S9 does not support mono properly. It is actually stereo. So on that device, we open a stereo stream and then convert it to mono by extracting the first channel. Fixes #824
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.