This project is a fork of the openal-soft/android.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/openal-soft/android.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionLow latency version for Android OpenAL Soft library
ownernbasili@eyelead.com
last changeWed, 14 Sep 2011 11:33:52 +0000 (14 14:33 +0300)
content tags
add:
README
Source Install
==============

To install OpenAL Soft, use your favorite shell to go into the build/
directory, and run:

cmake ..

Assuming configuration went well, you can then build it, typically using GNU
Make (KDevelop, MSVC, and others are possible depending on your system setup
and CMake configuration).

Please Note: Double check that the appropriate backends were detected. Often,
complaints of no sound, crashing, and missing devices can be solved by making
sure the correct backends are being used. CMake's output will identify which
backends were enabled.

For most systems, you will likely want to make sure ALSA, OSS, and PulseAudio
were detected (if your target system uses them). For Windows, make sure
DirectSound was detected.
shortlog
2011-09-14 nbasiliLow latency patch + avoid cpu peggingmaster
2010-06-08 Martins MozeikoRemoved wave backend for Android.
2010-06-08 Martins MozeikoMerge branch 'master' of git://repo.or.cz/openal-soft
2010-06-08 Martins MozeikoChanged how device format is selected in restart_playba...
2010-06-08 Chris RobinsonMake sure the log file is set before initializing the...
2010-06-08 Chris RobinsonMake the Wave Writer backend optional
2010-06-07 Martins MozeikoAdded backend & sample for Android
2010-06-07 Chris RobinsonRemove unused variable
2010-06-06 Chris RobinsonRemove support for the old 'refresh' config option
2010-06-06 Chris RobinsonMake sure the effectslot map is properly initialized
2010-06-06 Chris RobinsonUse an array of active sources when mixing
2010-06-06 Chris RobinsonUse non-blocking mode for ALSA capture
2010-06-06 Chris RobinsonAllow prepending backend names with - to remove them...
2010-06-06 Chris RobinsonImprove error recovery when capturing from ALSA
2010-06-05 Chris RobinsonRead capture data from ALSA when querying the available...
2010-06-05 Chris RobinsonImprove locking when calling the backend capture API
...
heads
12 years ago master