aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-02-09 16:44:15 -0800
committerPaul McLean <pmclean@google.com>2021-02-26 11:02:49 -0700
commit2beef53c42a506355458fa52e3392db55ef1b52e (patch)
treeeb6b1df025c091dd399b8e4eff973060fd61e5ce /README.md
parent2b510d39902cd4341650da1dda6112e2fbb06727 (diff)
downloadoboe-2beef53c42a506355458fa52e3392db55ef1b52e.tar.gz
Upgrade oboe to bab1c7de64aa1395c83be384056e2bad061ea272
Test: make Change-Id: I0e69766948e6da6cf547eaf36e880ca08a487d3d
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index a36ad6b1..9bdf2a02 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Oboe [![Build Status](https://travis-ci.org/google/oboe.svg?branch=master)](https://travis-ci.org/google/oboe)
+# Oboe [![Build CI](https://github.com/google/oboe/workflows/Build%20CI/badge.svg)](https://github.com/google/oboe/actions)
[![Introduction to Oboe video](docs/images/getting-started-video.jpg)](https://www.youtube.com/watch?v=csfHAbr5ilI&list=PLWz5rJ2EKKc_duWv9IPNvx9YBudNMmLSa)
@@ -12,9 +12,6 @@ Oboe is a C++ library which makes it easy to build high-performance audio apps o
- Workarounds for some known issues
- [Used by popular apps and frameworks](docs/AppsUsingOboe.md)
-## 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/).
-
## Documentation
- [Getting Started Guide](docs/GettingStarted.md)
- [Full Guide to Oboe](docs/FullGuide.md)
@@ -25,6 +22,10 @@ To build Oboe you'll need a compiler which supports C++14 and the Android header
- [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.
+### Community
+- Reddit: [r/androidaudiodev](https://www.reddit.com/r/androidaudiodev/)
+- StackOverflow: [#oboe](https://stackoverflow.com/questions/tagged/oboe)
+
## Testing
- [**OboeTester** app for measuring latency, glitches, etc.](https://github.com/google/oboe/tree/master/apps/OboeTester/docs)
- [Oboe unit tests](https://github.com/google/oboe/tree/master/tests)
@@ -32,9 +33,7 @@ To build Oboe you'll need a compiler which supports C++14 and the Android header
## Videos
- [Getting started with Oboe](https://www.youtube.com/playlist?list=PLWz5rJ2EKKc_duWv9IPNvx9YBudNMmLSa)
- [Low Latency Audio - Because Your Ears Are Worth It](https://www.youtube.com/watch?v=8vOf_fDtur4) (Android Dev Summit '18)
-- [Real-time audio with the 100 oscillator synthesizer](https://www.youtube.com/watch?v=J04iPJBkAKs) (DroidCon Berlin '18)
- [Winning on Android](https://www.youtube.com/watch?v=tWBojmBpS74) - How to optimize an Android audio app. (ADC '18)
-- [Real-Time Processing on Android](https://youtu.be/hY9BrS2uX-c) (ADC '19)
## Sample code and apps
- Sample apps can be found in the [samples directory](samples).