aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDon Turner <dturner@users.noreply.github.com>2018-02-06 21:39:37 +0000
committerGitHub <noreply@github.com>2018-02-06 21:39:37 +0000
commit025a9904957617a6e8cbe9474e0b090fa7eb360d (patch)
treee4ca887ccaef069b758d51fd623895a2964fc37f /README.md
parenta2b86902d8a079b508c6411b386ebeb24cae0dbb (diff)
downloadoboe-025a9904957617a6e8cbe9474e0b090fa7eb360d.tar.gz
AAudio now used on API 27 rather than 26
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dcf8803d..e267af92 100755
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Oboe is a C++ library which makes it easy to build high-performance audio apps o
## 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
+- Chooses the audio API (OpenSL ES on API 16+ or AAudio on API 27+) which will give the best audio performance on the target Android device
- Automatic latency tuning
- Modern C++ allowing you to write clean, elegant code