aboutsummaryrefslogtreecommitdiff
path: root/en/devices/audio/latency_design.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/audio/latency_design.html')
-rw-r--r--en/devices/audio/latency_design.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/en/devices/audio/latency_design.html b/en/devices/audio/latency_design.html
index f777c8ab..59ab47e0 100644
--- a/en/devices/audio/latency_design.html
+++ b/en/devices/audio/latency_design.html
@@ -43,7 +43,10 @@ The client can optionally set bit <code>AUDIO_OUTPUT_FLAG_FAST</code> in the
</p>
<ul>
-<li>Android native audio based on OpenSL ES</li>
+<li>Android native audio based on <a
+href="https://developer.android.com/ndk/guides/audio/opensl/index.html">OpenSL
+ES</a> or <a
+href="https://developer.android.com/ndk/guides/audio/aaudio/aaudio.html">AAudio</a></li>
<li><a href="http://developer.android.com/reference/android/media/SoundPool.html">android.media.SoundPool</a></li>
<li><a href="http://developer.android.com/reference/android/media/ToneGenerator.html">android.media.ToneGenerator</a></li>
</ul>