first commit

master
Marc Salem 2011-12-16 18:10:45 -08:00
commit 0396174008
1 changed files with 17 additions and 0 deletions

17
README Normal file
View File

@ -0,0 +1,17 @@
This is an OpenAL-soft shared library for Android.
Features:
* builds for Froyo or later
* builds as a shared library
* back-end for AudioTrack or OpenSLES
* Fixed-point (default) or floating-point math for mixing
Created with:
android create project --target android-8 --name openal_soft --path openal-soft --activity openal_soft --package com.apportable.openal_soft
Fork of OpenAL-soft in jni/OpenAL
Build with:
cd jni
ndk-build