• Home
Name Date Size #Lines LOC

..--

api/12-May-2024-9,3766,962

specs/12-May-2024-

BUILD.gnD12-May-20241.3 KiB4438

CODE_OF_CONDUCT.mdD12-May-2024280 21

NOTICED12-May-20241.1 KiB2017

OAT.xmlD12-May-20244.5 KiB7520

README.OpenSourceD12-May-2024423 1111

README.mdD12-May-20241.1 KiB3121

index.phpD12-May-20243.7 KiB10276

openSLES.ndk.jsonD12-May-20241.5 KiB5150

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