• Home
Name Date Size #Lines LOC

..--

android/03-May-2024-10,1186,413

autogen/03-May-2024-340293

desktop/03-May-2024-433277

itf/03-May-2024-12,7919,372

objects/03-May-2024-563302

ut/03-May-2024-240146

Android.mkD03-May-20248 KiB227174

MPH.hD03-May-20245 KiB13297

MPH_to.cD03-May-20247 KiB264215

MPH_to.hD03-May-20241.2 KiB3916

OpenSLES_IID.cD03-May-202412.6 KiB254102

README.txtD03-May-2024600 1613

ThreadPool.cD03-May-202413.4 KiB394314

ThreadPool.hD03-May-20244 KiB9861

assert.cD03-May-20241.2 KiB3410

attr.hD03-May-20242.3 KiB4818

classes.cD03-May-202418.4 KiB521420

classes.hD03-May-202412.8 KiB347257

data.cD03-May-202434.5 KiB897742

data.hD03-May-20244.7 KiB11682

devices.cD03-May-20248 KiB249202

devices.hD03-May-20242.1 KiB6533

entry.cD03-May-20248.5 KiB250188

handler_bodies.cD03-May-20245 KiB178105

handlers.cD03-May-20242.4 KiB6028

handlers.hD03-May-20243.1 KiB8546

interfaces.cD03-May-20243.2 KiB141105

itfstruct.hD03-May-202419.3 KiB678547

locks.cD03-May-202411.7 KiB323226

locks.hD03-May-20243.5 KiB7138

platform.hD03-May-2024862 245

sl_entry.cD03-May-20241.7 KiB6124

sl_iid.cD03-May-20244.7 KiB8860

sles.cD03-May-202422.5 KiB555435

sles_allinclusive.hD03-May-202418.4 KiB460312

sllog.cD03-May-20241.3 KiB4313

sllog.hD03-May-20243.9 KiB12272

sync.cD03-May-20243.3 KiB9451

trace.cD03-May-20244.1 KiB155114

trace.hD03-May-20242.8 KiB6840

xa_entry.cD03-May-20241.9 KiB6127

xa_iid.cD03-May-20244.8 KiB8863

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