• Home
Name
Date
Size
#Lines
LOC

..--

android/03-May-2024-10,5406,715

autogen/03-May-2024-409362

desktop/03-May-2024-433277

itf/03-May-2024-13,3549,788

objects/03-May-2024-566305

ut/03-May-2024-243149

Android.mkD03-May-20248.4 KiB235181

MPH.hD03-May-20245.2 KiB137100

MPH_to.cD03-May-20247.2 KiB267218

MPH_to.hD03-May-20241.2 KiB3916

OpenSLES_IID.cD03-May-202413 KiB263105

README.txtD03-May-2024600 1613

ThreadPool.cD03-May-202413.4 KiB394314

ThreadPool.hD03-May-20244 KiB9861

assert.cD03-May-20241.3 KiB3812

attr.hD03-May-20242.3 KiB4818

classes.cD03-May-202418.9 KiB526425

classes.hD03-May-202413 KiB351260

data.cD03-May-202437.1 KiB950794

data.hD03-May-20244.8 KiB11884

devices.cD03-May-20248.1 KiB251202

devices.hD03-May-20242.1 KiB6735

entry.cD03-May-20248.5 KiB250188

handler_bodies.cD03-May-20245 KiB178105

handlers.cD03-May-20242.4 KiB6431

handlers.hD03-May-20243.1 KiB8546

interfaces.cD03-May-20243.3 KiB146108

itfstruct.hD03-May-202420.1 KiB703569

locks.cD03-May-202412 KiB337238

locks.hD03-May-20243.5 KiB7138

platform.hD03-May-2024862 245

sl_entry.cD03-May-20241.7 KiB6124

sl_iid.cD03-May-20245 KiB9465

sles.cD03-May-202423.5 KiB572452

sles_allinclusive.hD03-May-202418.5 KiB461311

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

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