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.
 
descriptionOptimizations
homepage URLhttp://www.assembla.com/code/androidopenalsoftexperiments/git/nodes
repository URLgit://git.assembla.com/androidopenalsoftexperiments.git
ownerewmailing@gmail.com
last changeWed, 30 May 2012 01:07:56 +0000 (29 18:07 -0700)
last refreshFri, 26 Apr 2024 00:51:28 +0000 (26 02:51 +0200)
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
2012-05-30 Josh QuickMore Android Fixes:master
2011-04-28 Eric WingPerformance tuning: Reduced the buffer size in order...
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...
...
heads
11 years ago master