aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDon Turner <dturner@users.noreply.github.com>2017-10-23 15:11:59 +0100
committerGitHub <noreply@github.com>2017-10-23 15:11:59 +0100
commit19736bf7745b14e812f89d4a8e2b647df60e33f9 (patch)
tree9ca41d2224c8f8a6608867173f7a5a657b8084bc /README.md
parent415ea81510d5e7ee2419750b65d81bd28f9b22b1 (diff)
downloadoboe-19736bf7745b14e812f89d4a8e2b647df60e33f9.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7c950596..36f63c5e 100755
--- a/README.md
+++ b/README.md
@@ -3,10 +3,10 @@
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 get started please read the [getting started guide](GettingStarted.md).
-
**Note:** This version (0.9) of Oboe only supports playback (output) streams. Support for recording (input) streams is in active development.
+[Get started with Oboe here](GettingStarted.md).
+
## 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 26+) which will give the best audio performance on the target Android device
@@ -28,4 +28,4 @@ We would love to receive your pull requests. Before we can though, please read t
## Version history
-- 18th October 2017 - v0.9 Initial developer preview \ No newline at end of file
+- 18th October 2017 - v0.9 Initial developer preview