Skip to content

OpenAL Soft is a software implementation of the OpenAL 3D audio API.

License

LGPL-3.0, Unknown licenses found

Licenses found

LGPL-3.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

i25ffz/openal-soft

 
 

Repository files navigation

#openal-soft

OpenAL Soft official fork(keep sync with https://github.com/kcat/openal-soft.git).

Standalone Toolchain

Make standalone android ndk toolchain($NDK/docs/STANDALONE-TOOLCHAIN.html): $cd $NDK_ROOT $./build/tools/make-standalone-toolchain.sh --platform=android-14 --install-dir=/home/Administrator/toolchains/arm-linux-androideabi-r9d-14 $export PATH=$PATH:/home/Administrator/toolchains/arm-linux-androideabi-r9d-14/bin

Build

Ensure you have installed cmake(2.6 or higher), and make standalone android ndk toolchain($NDK/docs/STANDALONE-TOOLCHAIN.html), build steps:

  • $cd build
  • $cmake -D CMAKE_TOOLCHAIN_FILE=../cmake/android.toolchain.cmake -G "Unix Makefiles" ..
  • $make -j4

Enjoy it!!!

About

OpenAL Soft is a software implementation of the OpenAL 3D audio API.

Resources

License

LGPL-3.0, Unknown licenses found

Licenses found

LGPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 91.8%
  • CMake 5.8%
  • C++ 2.4%