Go to file
Ian Fischer 9658f0dc27 Don't crash from a NULL device. 2013-07-17 22:12:54 -07:00
jni Don't crash from a NULL device. 2013-07-17 22:12:54 -07:00
res Android .so for OpenAL 2011-12-16 18:14:00 -08:00
src/com/apportable/openal_soft Android .so for OpenAL 2011-12-16 18:14:00 -08:00
AndroidManifest.xml Add min sdk 8 to manifest 2013-03-04 12:07:30 -08:00
COPYING Add LGPLv3 license 2011-12-20 13:20:51 -08:00
Makefile Add Makefile with default arguments for ndk-build 2013-03-04 12:32:40 -08:00
README first commit 2011-12-16 18:10:45 -08:00
ant.properties Linux and Android-SDK-r16 build 2012-03-02 10:53:04 -08:00
build.xml Linux and Android-SDK-r16 build 2012-03-02 10:53:04 -08:00
local.properties Fix ndk-build makefile and fix C99 compile errors 2013-03-04 12:21:27 -08:00
proguard.cfg Android .so for OpenAL 2011-12-16 18:14:00 -08:00
project.properties Linux and Android-SDK-r16 build 2012-03-02 10:53:04 -08:00

README

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