README.OpenSource
1[
2 {
3 "Name": "Khronos Group - OpenSL ES",
4 "License": "null",
5 "License File": "NOTICE",
6 "Version Number": "1.0.1",
7 "Owner": "yangshuai67@huawei.com",
8 "Upstream URL": "https://github.com/KhronosGroup/OpenSL-ES-Registry.git",
9 "Description": "OpenSL ES™ is a royalty-free, cross-platform, hardware-accelerated audio API tuned for embedded systems."
10 }
11]
README.md
1# OpenSL-ES-Registry
2
3The OpenSL-ES-Registry repository contains the OpenSL ES API
4Registry, including specifications and headers.
5
6It is also used as a backing store for the web view of the registry at
7https://www.khronos.org/registry/sles/ ; commits to the main branch of
8this repository will be reflected there.
9
10**NOTE**: as of 2021-07-21, the default branch of this repository has
11been renamed from 'master' to 'main'.
12
13In the past, the OpenSL ES registry was maintained in a public Subversion
14repository. The history in that repository has not been imported to github,
15but it is still available at
16https://cvs.khronos.org/svn/repos/registry/trunk/public/sles/ .
17
18Interesting files in this repository include:
19
20* index.php - toplevel index page for the web view. This relies on PHP
21 include files found elsewhere on www.khronos.org and so is not very useful
22 in isolation.
23* api/ - OpenSL ES header files
24* specs/ - OpenSL ES specification documents.
25
26
27## Adding Extension Specifications
28
29At present there are no extensions defined for OpenSL ES, and no process
30for extending it.
31