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