aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhil Burk <philburk@mobileer.com>2019-12-17 07:09:25 -0800
committerGitHub <noreply@github.com>2019-12-17 07:09:25 -0800
commit89ed281decc4019951bf775a8f6f66f9ce82b9e2 (patch)
treee00efeb403e22c7b03dab967c0a5dc826513fa22 /README.md
parentc55230bd9ff026d677c0ccdf648263f545ac2481 (diff)
downloadoboe-89ed281decc4019951bf775a8f6f66f9ce82b9e2.tar.gz
Add link to ADC 2019 video
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 95ade09f..4db6bd6a 100755
--- a/README.md
+++ b/README.md
@@ -26,7 +26,8 @@ To build Oboe you'll need a compiler which supports C++14 and the Android header
- [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) (ADC '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
Sample apps can be found in the [samples directory](samples). Also check out the [Rhythm Game codelab](https://codelabs.developers.google.com/codelabs/musicalgame-using-oboe/index.html#0).