• Home
Name Date Size #Lines LOC

..--

android/07-May-2024-10,8746,917

autogen/07-May-2024-409362

desktop/07-May-2024-433277

itf/07-May-2024-13,6499,970

objects/07-May-2024-566305

ut/07-May-2024-243149

Android.mkD07-May-20248.7 KiB237182

Configuration.hD07-May-2024992 284

MPH.hD07-May-20245.2 KiB137100

MPH_to.cD07-May-20247.2 KiB267218

MPH_to.hD07-May-20241.2 KiB3916

OpenSLES_IID.cD07-May-202413 KiB263105

README.txtD07-May-2024600 1613

ThreadPool.cD07-May-202413.4 KiB394314

ThreadPool.hD07-May-20244 KiB9861

assert.cD07-May-20241.3 KiB3812

attr.hD07-May-20242.3 KiB4818

classes.cD07-May-202418.9 KiB526425

classes.hD07-May-202413.1 KiB352261

data.cD07-May-202436.5 KiB923765

data.hD07-May-20244.9 KiB12287

devices.cD07-May-20248 KiB248201

devices.hD07-May-20242.1 KiB6735

entry.cD07-May-20248.5 KiB250188

handler_bodies.cD07-May-20245 KiB178105

handlers.cD07-May-20242.4 KiB6431

handlers.hD07-May-20243.1 KiB8546

interfaces.cD07-May-20243.3 KiB146108

itfstruct.hD07-May-202420.4 KiB710574

locks.cD07-May-202412 KiB336237

locks.hD07-May-20243.5 KiB7339

platform.hD07-May-2024862 245

sl_entry.cD07-May-20241.7 KiB6124

sl_iid.cD07-May-20245 KiB9465

sles.cD07-May-202423.6 KiB575455

sles_allinclusive.hD07-May-202418.5 KiB461311

sllog.cD07-May-20241.3 KiB4313

sllog.hD07-May-20243.9 KiB12272

sync.cD07-May-20243.3 KiB9451

trace.cD07-May-20244.1 KiB155114

trace.hD07-May-20242.8 KiB6840

xa_entry.cD07-May-20241.9 KiB6127

xa_iid.cD07-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