aboutsummaryrefslogtreecommitdiff
path: root/docs/STABLE-APIS.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/STABLE-APIS.html')
-rw-r--r--docs/STABLE-APIS.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/STABLE-APIS.html b/docs/STABLE-APIS.html
index 80449fb14..9ccf9ef5e 100644
--- a/docs/STABLE-APIS.html
+++ b/docs/STABLE-APIS.html
@@ -284,6 +284,8 @@ on Android > 2.2 system images and above.
The OpenSL ES native audio Library:
-----------------------------------
+Android native audio is based on Khronos Group OpenSL ES™ 1.0.1.
+
The standard OpenSL ES headers <SLES/OpenSLES.h> and <SLES/OpenSLES_Platform.h>
contain the declarations needed to perform audio input and output from the
native side of Android.
@@ -349,4 +351,4 @@ All the corresponding functions are provided by the "libandroid.so" library
version that comes with API level 9. To use it, use the following:
LOCAL_LDLIBS += -landroid
-</pre></body></html> \ No newline at end of file
+</pre></body></html>