NameDateSize

..14-Feb-20134 KiB

android/14-Feb-20134 KiB

Android.mk14-Feb-20138.1 KiB

assert.c14-Feb-20131.2 KiB

attr.h14-Feb-20132.3 KiB

autogen/14-Feb-20134 KiB

classes.c14-Feb-201318.4 KiB

classes.h14-Feb-201312.8 KiB

data.c14-Feb-201334.5 KiB

data.h14-Feb-20134.7 KiB

desktop/14-Feb-20134 KiB

devices.c14-Feb-20138.1 KiB

devices.h14-Feb-20132.1 KiB

entry.c14-Feb-20138.5 KiB

handler_bodies.c14-Feb-20135 KiB

handlers.c14-Feb-20132.4 KiB

handlers.h14-Feb-20133.1 KiB

interfaces.c14-Feb-20133.2 KiB

itf/14-Feb-20134 KiB

itfstruct.h14-Feb-201319.4 KiB

locks.c14-Feb-201311.7 KiB

locks.h14-Feb-20133.5 KiB

MPH.h14-Feb-20135 KiB

MPH_to.c14-Feb-20137 KiB

MPH_to.h14-Feb-20131.2 KiB

objects/14-Feb-20134 KiB

OpenSLES_IID.c14-Feb-201312.6 KiB

platform.h14-Feb-2013862

README.txt14-Feb-2013600

sl_entry.c14-Feb-20131.7 KiB

sl_iid.c14-Feb-20134.7 KiB

sles.c14-Feb-201322.5 KiB

sles_allinclusive.h14-Feb-201318.5 KiB

sllog.c14-Feb-20131.3 KiB

sllog.h14-Feb-20133.9 KiB

sync.c14-Feb-20133.3 KiB

ThreadPool.c14-Feb-201313.4 KiB

ThreadPool.h14-Feb-20134 KiB

trace.c14-Feb-20134.1 KiB

trace.h14-Feb-20132.8 KiB

ut/14-Feb-20134 KiB

xa_entry.c14-Feb-20131.9 KiB

xa_iid.c14-Feb-20134.8 KiB

README.txt

1This is the source code for the Wilhelm project, an implementation of native audio
2and multimedia for Android based on Khronos Group OpenSL ES and OpenMAX AL 1.0.1.
3
4Top-level:
5 * Makefile
6 * Initial entry points
7 * Common glue code
8
9Subdirectories:
10android/ Android platform-specific code, other than interfaces
11autogen/ Automagically generated files, do not edit by hand
12desktop/ Experimental desktop PC platform-specific code
13itf/     OpenSL ES and OpenMAX AL interfaces, including Android-specific extensions
14objects/ OpenSL ES and OpenMAX AL objects aka classes
15ut/      Private utility toolkit
16