From ca6f91a336959ee07df571057aa06ef05b96d636 Mon Sep 17 00:00:00 2001 From: Don Turner Date: Tue, 5 Sep 2017 14:52:39 +0100 Subject: Initial commit --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100755 index 00000000..21f73665 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# oboe + +## Introduction + +Oboe is a C++ wrapper for the AAudio and OpenSL ES audio APIs on Android. + +A program written using Oboe can run on multiple versions of Android. +On O or later versions, Oboe can use Audio or OpenSL ES. +On N or earlier versions, Oboe will only use OpenSL ES. + +This is not an official Google product. + +## Apps + +Hello Oboe - simple tone generator + +Native MIDI Synth - A MIDI synthesizer that renders in C++ and calls Oboe. +It uses the Android MIDI API in Java. + +## How to Use + +Include this as a sub-module in your Git project. + -- cgit v1.2.3