aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDon Turner <dturner@users.noreply.github.com>2020-11-25 14:00:37 +0000
committerGitHub <noreply@github.com>2020-11-25 14:00:37 +0000
commitae12ad22ea9aa80d1c8e52c564f7da9f16f5346e (patch)
treef4c9e4335696a8f58a929259ca61ee7cef5a4740 /README.md
parent32d36e3dd10d7ff4c3e39fcc0fd6b6c03e556322 (diff)
downloadoboe-ae12ad22ea9aa80d1c8e52c564f7da9f16f5346e.tar.gz
Add link to OpenSL ES migration guide
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 85033d16..a36ad6b1 100644
--- a/README.md
+++ b/README.md
@@ -15,12 +15,13 @@ Oboe is a C++ library which makes it easy to build high-performance audio apps o
## Requirements
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](https://developer.android.com/ndk/downloads/).
-## API Documentation
+## Documentation
- [Getting Started Guide](docs/GettingStarted.md)
- [Full Guide to Oboe](docs/FullGuide.md)
- [API reference](https://google.github.io/oboe/reference)
- [Tech Notes](docs/notes/)
- [History of Audio features/bugs by Android version](docs/AndroidAudioHistory.md)
+- [Migration guide for apps using OpenSL ES](docs/OpenSLESMigration.md)
- [Frequently Asked Questions](docs/FAQ.md) (FAQ)
- [Our roadmap](https://github.com/google/oboe/milestones) - Vote on a feature/issue by adding a thumbs up to the first comment.